add gamescope stuff

This commit is contained in:
Henry Hiles 2026-04-19 21:36:16 -04:00
commit a18dbf318d
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
5 changed files with 100 additions and 78 deletions

View file

@ -0,0 +1,13 @@
{
programs = {
steam.gamescopeSession.enable = true;
gamescope = {
enable = true;
args = [
"-W 2560"
"-H 1440"
"-r 165"
];
};
};
}