move profiles module

This commit is contained in:
Sean Buckley 2021-10-03 17:26:50 -04:00
parent 1b87273d47
commit 0c4cf6ac21
3 changed files with 1 additions and 0 deletions

View file

@ -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 ];
} }