no more gamescope. sorry
This commit is contained in:
parent
b1e9b6271e
commit
0c0be56623
1 changed files with 0 additions and 20 deletions
|
|
@ -46,26 +46,6 @@ in {
|
||||||
dedicatedServer.openFirewall = true;
|
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.)
|
# enable windows NT sync primitive driver (semaphores, mutexes, etc.)
|
||||||
# improves performance on wine 11+ and proton 11+
|
# improves performance on wine 11+ and proton 11+
|
||||||
boot.kernelModules = [ "ntsync" ];
|
boot.kernelModules = [ "ntsync" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue