mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
remove lock
This commit is contained in:
@@ -15,21 +15,7 @@
|
||||
programs.caelestia.settings.general.idle = {
|
||||
lockBeforeSleep = lib.mkForce false;
|
||||
inhibitWhenAudio = true;
|
||||
timeouts = lib.mkForce [
|
||||
{
|
||||
timeout = 180000;
|
||||
idleAction = "lock";
|
||||
}
|
||||
{
|
||||
timeout = 300;
|
||||
idleAction = "dpms off"; # what's that?
|
||||
returnAction = "dpms on";
|
||||
}
|
||||
{
|
||||
timeout = 600;
|
||||
idleAction = ["systemctl" "suspend-then-hibernate"];
|
||||
}
|
||||
];
|
||||
timeouts = lib.mkForce [];
|
||||
};
|
||||
};
|
||||
flake.homeModules.caelestia = _: let
|
||||
|
||||
Reference in New Issue
Block a user