fix: Enable gamescope properly

This commit is contained in:
Tristan D. 2024-07-30 13:31:54 +02:00
parent f7e3b52f07
commit b8a93a72a6
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -25,12 +25,9 @@
dedicatedServer.openFirewall = true;
};
programs.xwayland.enable = true;
programs.gamescope.enable = true;
chaotic.steam.extraCompatPackages = with pkgs; [
proton-ge-custom
];
environment.systemPackages = with pkgs; [
gamescope
];
}