no more gamescope

This commit is contained in:
Jill 2024-04-18 13:15:52 +03:00
parent e8425f7d0f
commit eb0398559f
1 changed files with 0 additions and 8 deletions

View File

@ -16,14 +16,6 @@ in {
enableRenice = true;
settings = {};
};
programs.gamescope = {
enable = true;
capSysNice = true;
};
programs.steam.gamescopeSession = {
enable = true;
args = [ "-W 1600" "-H 900" "-r 60" "--expose-wayland" "-e" ];
};
user.packages = [ pkgs.protontricks pkgs.steam-run ];
};
}