changes
This commit is contained in:
@@ -4,14 +4,8 @@
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.modules.steam;
|
||||
in
|
||||
{
|
||||
options = {
|
||||
modules.steam.enable = lib.mkEnableOption "Steam configuration module";
|
||||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
config = {
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
|
||||
Reference in New Issue
Block a user