Bump default number of numbered workspaces

This commit is contained in:
Riley Apeldoorn 2023-06-13 14:25:09 +02:00 committed by Riley Apeldoorn
parent f69581f256
commit bb2c9ab5e6

View file

@ -29,7 +29,7 @@ in with lib; {
};
workspaces.numbered = mkOption {
type = int;
default = 5;
default = 8;
};
};