base
This commit is contained in:
parent
72508268d6
commit
da80e76c8d
3 changed files with 6 additions and 2 deletions
4
system/options.nix
Normal file
4
system/options.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{lib, ...}: {
|
||||
options.gaming.enable = lib.mkEnableOption "Enable gaming";
|
||||
config.gaming.enable = lib.mkDefault false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue