Bump default number of numbered workspaces
This commit is contained in:
parent
f69581f256
commit
bb2c9ab5e6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in with lib; {
|
||||||
};
|
};
|
||||||
workspaces.numbered = mkOption {
|
workspaces.numbered = mkOption {
|
||||||
type = int;
|
type = int;
|
||||||
default = 5;
|
default = 8;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue