fix(agenix/fish): addign missing ziggy user to agenix and moving fish to nixos in place of home-manager

This commit is contained in:
2025-09-07 16:13:27 +02:00
parent 0c5991b85b
commit a7dd9f7aa1
5 changed files with 126 additions and 7 deletions

View File

@@ -34,6 +34,11 @@ in
default = false;
description = "Apply sobotka agenix settings";
};
ziggy.enable = mkOption {
type = lib.types.bool;
default = false;
description = "Apply ziggy agenix settings";
};
toothpc.enable = mkOption {
type = lib.types.bool;
default = false;