From 1f89d46355f48dc5e75b8612a496107be02608fd Mon Sep 17 00:00:00 2001 From: smayzy Date: Tue, 8 Jul 2025 17:02:34 +0200 Subject: [PATCH] typo --- 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 b2bd222..dfc5920 100644 --- a/modules/nix/games/steam.nix +++ b/modules/nix/games/steam.nix @@ -3,7 +3,7 @@ let inherit (lib) mkIf mkOption types; in { - options.smayzy.steam = mkOption { + options.smayzy.steam.enable = mkOption { type = types.bool; default = false; description = "steam support";