diff --git a/users/erwin/default.nix b/users/erwin/default.nix index 86c7c4c..625ccd2 100644 --- a/users/erwin/default.nix +++ b/users/erwin/default.nix @@ -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 {