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