HDR frfr this time
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
"kvm"
|
||||
])
|
||||
(lib.mkIf (systemName == "pc") [
|
||||
"amdgpu"
|
||||
"kvm"
|
||||
])
|
||||
];
|
||||
|
||||
@@ -39,8 +39,10 @@
|
||||
libva
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
amdvlk
|
||||
driversi686Linux.amdvlk
|
||||
#amdvlk
|
||||
#driversi686Linux.amdvlk
|
||||
#mesa
|
||||
#driversi686Linux.mesa
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user