Fix type of monitor.workspaces
This commit is contained in:
parent
3eba0fe092
commit
843dfb986d
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user