diff options
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index c786c629..8e68eda9 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -450,20 +450,6 @@ in { | |||
450 | serverUrl = "https://etesync.yggdrasil.li"; | 450 | serverUrl = "https://etesync.yggdrasil.li"; |
451 | }; | 451 | }; |
452 | 452 | ||
453 | swayidle = { | ||
454 | enable = true; | ||
455 | events = [ | ||
456 | { event = "before-sleep"; command = lockCommand; } | ||
457 | { event = "lock"; command = lockCommand; } | ||
458 | ]; | ||
459 | timeouts = [ | ||
460 | { timeout = 600; command = lockCommand; } | ||
461 | ]; | ||
462 | extraArgs = [ | ||
463 | "-w" | ||
464 | "idlehint" "30" | ||
465 | ]; | ||
466 | }; | ||
467 | poweralertd.enable = true; | 453 | poweralertd.enable = true; |
468 | }; | 454 | }; |
469 | 455 | ||