desktop stuff

This commit is contained in:
mjallen18
2025-07-28 09:32:31 -05:00
parent 5b34456571
commit 1a3b091588
4 changed files with 83 additions and 44 deletions

View File

@@ -132,15 +132,15 @@ with lib;
hyprIdle = {
lockScreenTimer = mkOption {
type = with types; int;
default = 5;
default = 300;
};
screenOffTimer = mkOption {
type = with types; int;
default = 15;
default = 900;
};
suspendTimer = mkOption {
type = with types; int;
default = 30;
default = 1500;
};
};
};