Files
oysteikt e59e743ff3
Evaluate machine configurations / eval (xps16) (push) Successful in 2m37s
Evaluate machine configurations / eval (tsuki) (push) Successful in 3m11s
Evaluate machine configurations / eval (kasei) (push) Successful in 4m25s
xps16/steam: init
2026-06-21 00:32:20 +09:00

20 lines
584 B
Nix

{ ... }:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers
protontricks.enable = true;
# gamescopeSession.enable = true;
};
# programs.gamescope = {
# enable = true;
# capSysNice = true;
# };
programs.appimage.enable = true;
programs.appimage.binfmt = true;
}