chore: update gamescope configuration (GPU change)

This commit is contained in:
Yorick Barbanneau 2024-07-14 23:38:36 +02:00
parent 03d7dcbc24
commit d28158c4e9

View file

@ -31,7 +31,7 @@ in
gamescopeSession = { gamescopeSession = {
enable = cfg.gamescope; enable = cfg.gamescope;
args = [ args = [
"-O HDMI-A-1" "-O HDMI-A-2"
"-F fsr" "-F fsr"
]; ];
}; };