zenix: update, add gamescope session

This commit is contained in:
tristan 2024-11-20 21:17:36 +00:00
parent 53f5a52ceb
commit 5f36a77c4a
5 changed files with 103 additions and 115 deletions

View file

@ -19,6 +19,10 @@
];
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession = {
enable = true;
args = ["-r" "144" "-O" "DP-1"];
};
};
programs.gamemode.enable = true;
services.monado.enable = true;

View file

@ -48,6 +48,7 @@
};
targets = {
gtk.enable = false; # fails to switch with cosmic overriding it (grr)
gnome.enable = false;
grub = {
useImage = true;
};