changes to gamescope
This commit is contained in:
parent
3c83c0a928
commit
4c7d54629a
5 changed files with 45 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue