home: wm: change default screen-lock timeout

5 minutes is too short.
This commit is contained in:
Bruno BELANYI 2022-01-07 08:52:30 +01:00
parent 923227f371
commit f386149550

View file

@ -78,7 +78,7 @@ in
timeout = mkOption {
type = types.ints.between 1 60;
default = 5;
default = 15;
example = 1;
description = "Inactive time interval to lock the screen automatically";
};