move chromium module

This commit is contained in:
Sean Buckley 2023-06-11 14:47:02 -04:00
parent c3e64d4b84
commit 034439608e
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,10 @@ with lib;
enable = lib.mkEnableOption "Enable Desktop Environment";
};
imports = [
./chromium.nix
];
config = mkIf (config.sconfig.desktop.enable) {
programs.steam.enable = true;
services.pcscd.enable = true;