gamescope, gamemode

This commit is contained in:
alyx 2025-06-29 19:04:59 +01:00
parent 0ceb934e29
commit 986928c47c
No known key found for this signature in database
2 changed files with 10 additions and 5 deletions

View file

@ -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

View file

@ -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;