diff options
author | Azat Bahawi <azat@bahawi.net> | 2022-08-17 17:48:15 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-08-17 17:48:15 +0300 |
commit | 508aee982ae2fda532742dffdc781f78351e115f (patch) | |
tree | 22915df34232a7348904b7813660392ed4318fcb /modules/nixfiles/games | |
parent | 2022-08-16 (diff) |
2022-08-17
Diffstat (limited to 'modules/nixfiles/games')
-rw-r--r-- | modules/nixfiles/games/lutris.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/nixfiles/games/lutris.nix b/modules/nixfiles/games/lutris.nix index ec1eaa2..6d9fdf5 100644 --- a/modules/nixfiles/games/lutris.nix +++ b/modules/nixfiles/games/lutris.nix @@ -16,6 +16,9 @@ in { gamemode.enable = true; }; + # This removes the annoying warning. + boot.kernel.sysctl."dev.i915.perf_stream_paranoid" = 0; + hm.home.packages = with pkgs; [ (lutris.override { lutris-unwrapped = lutris-unwrapped.override { |