HDR frfr this time

This commit is contained in:
Zastian Pretorius
2025-09-07 12:16:17 +01:00
parent e73179e113
commit 59cb67267c
8 changed files with 86 additions and 82 deletions

View File

@@ -59,7 +59,7 @@ in
{
programs.gamescope = {
enable = true;
capSysNice = true;
};
nixpkgs.config = {
allowUnfree = true;
@@ -107,6 +107,7 @@ in
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
extraCompatPackages = with pkgs; [ gamescope mangohud gamemode ];
gamescopeSession = {
enable = true;
};
@@ -210,5 +211,6 @@ in
FIFO="/run/user/$(id --user)/steam-run-url.fifo"
echo "$1" > "$FIFO"
'')
libdecor
];
}