mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
move profiles module
This commit is contained in:
parent
1b87273d47
commit
0c4cf6ac21
3 changed files with 1 additions and 0 deletions
|
@ -4,4 +4,5 @@ with lib;
|
||||||
options.sconfig.profile = mkOption {
|
options.sconfig.profile = mkOption {
|
||||||
type = types.enum [ "server" "desktop" ];
|
type = types.enum [ "server" "desktop" ];
|
||||||
};
|
};
|
||||||
|
imports = [ ./server.nix ./desktop.nix ];
|
||||||
}
|
}
|
Loading…
Reference in a new issue