diff --git a/modules/software/distractions/steam.nix b/modules/software/distractions/steam.nix index 2d9a871..0836514 100644 --- a/modules/software/distractions/steam.nix +++ b/modules/software/distractions/steam.nix @@ -46,26 +46,6 @@ in { dedicatedServer.openFirewall = true; }; - # TODO: make it so that this wrapper encompasses steam's gamescope - # this would make it so we don't have to put the config each time, like this: - # gamescope --expose-wayland --adaptive-sync -f -W 1920 -H 1080 -w 1920 -h 1080 -- %command% - programs.gamescope = { - enable = cfg.gamescope; - args = [ - "--expose-wayland" - - "--adaptive-sync" - - "-f" - - "-W 1920" - "-H 1080" - - "-w 1920" - "-h 1080" - ]; - }; - # enable windows NT sync primitive driver (semaphores, mutexes, etc.) # improves performance on wine 11+ and proton 11+ boot.kernelModules = [ "ntsync" ];