From 8a2492b671b54d1ddd3450bb1b05ebbad5c8b0f2 Mon Sep 17 00:00:00 2001 From: Erwin Boskma Date: Sun, 9 Apr 2023 23:22:52 +0200 Subject: [PATCH] Add server profile --- users/erwin/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {