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