Add server profile

This commit is contained in:
Erwin Boskma 2023-04-09 23:22:52 +02:00
parent 2ca85c5f43
commit 8a2492b671
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -9,6 +9,7 @@ in
home = mkEnableOption "home profile";
work = mkEnableOption "work profile";
server = mkEnableOption "server profile";
terminal = mkOption {
type = types.str;
default = "foot";
@ -16,9 +17,7 @@ in
};
};
imports = [ ./home.nix ./work.nix ];
imports = [ ./home.nix ./server.nix ./work.nix ];
config = mkIf cfg.enable {