diff --git a/home/wm/default.nix b/home/wm/default.nix index eae9f14..1d5a371 100644 --- a/home/wm/default.nix +++ b/home/wm/default.nix @@ -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"; };