From 986928c47cff86f967bcdb039c2d2ad84b7363e9 Mon Sep 17 00:00:00 2001 From: alyx Date: Sun, 29 Jun 2025 19:04:59 +0100 Subject: [PATCH] gamescope, gamemode --- base/absolution/configuration.nix | 5 ----- base/overrides.nix | 10 ++++++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/base/absolution/configuration.nix b/base/absolution/configuration.nix index ec68da5..dad7325 100644 --- a/base/absolution/configuration.nix +++ b/base/absolution/configuration.nix @@ -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 diff --git a/base/overrides.nix b/base/overrides.nix index aa1adb7..ecfbd2e 100644 --- a/base/overrides.nix +++ b/base/overrides.nix @@ -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;