Fix type of monitor.workspaces

This commit is contained in:
Julian Mutter 2025-05-04 13:51:54 +02:00
parent 3eba0fe092
commit 843dfb986d

View File

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