merge
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
options.custom = {
|
||||
steam.enable = lib.mkEnableOption "enable steam - game library and store";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.custom.steam.enable {
|
||||
programs.steam.enable = true;
|
||||
programs.gamemode.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user