From 04c198db76032aaf8e0069ac75e19fdddcdb3246 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 28 Jun 2024 01:07:58 +0200 Subject: [PATCH] fix: remove gamemode "feature" --- modules/home/steam.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/steam.nix b/modules/home/steam.nix index beaa0a8..4b559a5 100644 --- a/modules/home/steam.nix +++ b/modules/home/steam.nix @@ -5,7 +5,6 @@ remotePlay.openFirewall = true; dedicatedServer.openFirewall = false; }; - programs.gamemode.enable = true; nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam" "steam-original"