added modules

This commit is contained in:
fwastring 2025-09-09 21:02:29 +02:00
parent 7bc5e14a6e
commit c5fc9d6c85
4 changed files with 78 additions and 7 deletions

7
moduler/kitchenowl.nix Normal file
View file

@ -0,0 +1,7 @@
{ lib, config, pkgs, ... }:
let
cfg = config.services.kitchenowl;
in
{
}