Fix type of monitor.workspaces
This commit is contained in:
parent
3eba0fe092
commit
843dfb986d
@ -37,8 +37,8 @@ in {
|
|||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
workspace = mkOption {
|
workspaces = mkOption {
|
||||||
type = types.nullOr types.str;
|
type = types.nullOr (types.listOf types.str);
|
||||||
default = null;
|
default = null;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user