mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
move chromium module
This commit is contained in:
parent
c3e64d4b84
commit
034439608e
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ with lib;
|
||||||
enable = lib.mkEnableOption "Enable Desktop Environment";
|
enable = lib.mkEnableOption "Enable Desktop Environment";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
imports = [
|
||||||
|
./chromium.nix
|
||||||
|
];
|
||||||
|
|
||||||
config = mkIf (config.sconfig.desktop.enable) {
|
config = mkIf (config.sconfig.desktop.enable) {
|
||||||
programs.steam.enable = true;
|
programs.steam.enable = true;
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue