changes to gamescope

This commit is contained in:
Sean Kovacs 2026-03-16 12:05:19 -04:00
commit 4c7d54629a
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 45 additions and 6 deletions

View file

@ -51,8 +51,18 @@
programs = {
gamescope = {
enable = true;
capSysNice = true;
package = pkgs.gamescope-unstable;
capSysNice = false;
args = [
"--output-width 3840"
"--nested-width 3840"
"--output-height 2160"
"--nested-height 2160"
"--expose-wayland"
"--fullscreen"
];
};
gamemode.enable = true;
gnupg.agent = {
enable = true;
enableSSHSupport = true;