diff --git a/modules/home-manager/monitors.nix b/modules/home-manager/monitors.nix index daed4ed..9c4d36c 100644 --- a/modules/home-manager/monitors.nix +++ b/modules/home-manager/monitors.nix @@ -37,8 +37,8 @@ in { type = types.bool; default = true; }; - workspace = mkOption { - type = types.nullOr types.str; + workspaces = mkOption { + type = types.nullOr (types.listOf types.str); default = null; }; };