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 = {
|
programs = {
|
||||||
adb.enable = true;
|
adb.enable = true;
|
||||||
gamescope = {
|
|
||||||
enable = true;
|
|
||||||
capSysNice = true;
|
|
||||||
};
|
|
||||||
flashrom.enable = true;
|
flashrom.enable = true;
|
||||||
nix-ld.enable = true;
|
nix-ld.enable = true;
|
||||||
nix-ld.libraries = with pkgs; [xorg.libxcb libao xorg.libX11 libusb1 cargo rustc pkg-config cacert];
|
nix-ld.libraries = with pkgs; [xorg.libxcb libao xorg.libX11 libusb1 cargo rustc pkg-config cacert];
|
||||||
|
|
@ -296,7 +292,6 @@
|
||||||
wayvr-dashboard
|
wayvr-dashboard
|
||||||
wlx-overlay-s
|
wlx-overlay-s
|
||||||
r2mod_cli
|
r2mod_cli
|
||||||
gamemode
|
|
||||||
git
|
git
|
||||||
lact
|
lact
|
||||||
looking-glass-client
|
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 = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extest.enable = true;
|
extest.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue