gamescope, gamemode
This commit is contained in:
parent
0ceb934e29
commit
986928c47c
2 changed files with 10 additions and 5 deletions
|
|
@ -60,10 +60,6 @@
|
|||
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
gamescope = {
|
||||
enable = true;
|
||||
capSysNice = true;
|
||||
};
|
||||
flashrom.enable = true;
|
||||
nix-ld.enable = true;
|
||||
nix-ld.libraries = with pkgs; [xorg.libxcb libao xorg.libX11 libusb1 cargo rustc pkg-config cacert];
|
||||
|
|
@ -296,7 +292,6 @@
|
|||
wayvr-dashboard
|
||||
wlx-overlay-s
|
||||
r2mod_cli
|
||||
gamemode
|
||||
git
|
||||
lact
|
||||
looking-glass-client
|
||||
|
|
|
|||
|
|
@ -37,6 +37,16 @@
|
|||
];
|
||||
})
|
||||
];
|
||||
|
||||
# stuff to make steam behave nicely, amongst other things (Gamemode, gamescope)
|
||||
|
||||
programs.gamemode.enable = true;
|
||||
|
||||
gamescope = {
|
||||
enable = true;
|
||||
capSysNice = false;
|
||||
};
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
extest.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue