From eebe36a2b0d35b54d5dd2109640982c1b2c2cec8 Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 8 Jul 2025 17:03:41 +0200 Subject: [PATCH] typo2 --- modules/nix/games/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix/games/steam.nix b/modules/nix/games/steam.nix index dfc5920..09be60c 100644 --- a/modules/nix/games/steam.nix +++ b/modules/nix/games/steam.nix @@ -9,7 +9,7 @@ in description = "steam support"; }; - config = mkIf config.smayzy.steam { + config = mkIf config.smayzy.steam.enable { programs.steam.enable = true; }; }