nixos/clients/quadraticpc/gamescope.nix
2026-04-19 21:36:16 -04:00

13 lines
189 B
Nix

{
programs = {
steam.gamescopeSession.enable = true;
gamescope = {
enable = true;
args = [
"-W 2560"
"-H 1440"
"-r 165"
];
};
};
}