mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Open more steam ports & enable gamescope
This commit is contained in:
parent
3f02839644
commit
70ac91c30d
@ -42,6 +42,8 @@ in
|
|||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dedicatedServer.openFirewall = true;
|
dedicatedServer.openFirewall = true;
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
|
localNetworkGameTransfers.openFirewall = true;
|
||||||
extraCompatPackages = with pkgs; [
|
extraCompatPackages = with pkgs; [
|
||||||
proton-ge-bin
|
proton-ge-bin
|
||||||
dw-proton-bin # From nix-citizen overlay
|
dw-proton-bin # From nix-citizen overlay
|
||||||
@ -50,6 +52,10 @@ in
|
|||||||
# STEAM_COMPAT_MOUNTS=/disk2 %command%
|
# STEAM_COMPAT_MOUNTS=/disk2 %command%
|
||||||
# to commandline options
|
# to commandline options
|
||||||
};
|
};
|
||||||
|
programs.gamescope = {
|
||||||
|
enable = true;
|
||||||
|
capSysNice = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user