update homemanager settings

This commit is contained in:
christoph.hollizeck 2024-03-26 22:43:45 +01:00
parent 31759e85cd
commit d9c99e9afa

View file

@ -8,7 +8,7 @@ with lib;
with lib.wyrdgard; let with lib.wyrdgard; let
cfg = config.wyrdgard.apps.cli-apps.kitty; cfg = config.wyrdgard.apps.cli-apps.kitty;
in { in {
options.wyrdgard.cli-apps.kitty = { options.wyrdgard.apps.cli-apps.kitty = {
enable = mkEnableOption "Kity"; enable = mkEnableOption "Kity";
}; };