Add server profile
This commit is contained in:
parent
2ca85c5f43
commit
8a2492b671
1 changed files with 2 additions and 3 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue