Generalize some more files, make hidden use Intel microcode and not AMD
This commit is contained in:
parent
2e483af205
commit
3f257e006c
8 changed files with 31 additions and 16 deletions
12
modules/home/profiles/guifull/default.nix
Normal file
12
modules/home/profiles/guifull/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.home = with lib; {
|
||||
guifull.enable = mkEnableOption "Enable most other GUI profiles";
|
||||
};
|
||||
|
||||
config.home = lib.mkIf config.home.guifull.enable {
|
||||
desktop.enable = true;
|
||||
gaming.enable = true;
|
||||
production.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue