Add steam compat tools

This commit is contained in:
Johannes Jöns 2023-09-27 19:42:04 +02:00
parent fe482226a3
commit 8082439011

View file

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
hardware.steam-hardware.enable = true;
@ -8,4 +8,9 @@
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
};
chaotic.steam.extraCompatPackages = with pkgs; [
luxtorpeda
proton-ge-custom
];
}