Do not at steam to frodo

This commit is contained in:
2026-01-28 18:20:31 +01:00
parent 94651da127
commit 02265f4907
3 changed files with 10 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
{ config, pkgs, ... }:
{
programs = {
steam.enable = true;
steam.remotePlay.openFirewall = true;
steam.localNetworkGameTransfers.openFirewall = true;
};
}

View File

@@ -7,13 +7,6 @@
hyprland.enable = true;
hyprland.xwayland.enable = true;
steam.enable = true;
steam.remotePlay.openFirewall = true;
steam.localNetworkGameTransfers.openFirewall = true;
virt-manager.enable = true;
gamescope.enable = false;
gamescope.capSysNice = true;
};
}