diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index b63f1b10..127ee7ab 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -591,8 +591,8 @@ in { | |||
591 | ]; | 591 | ]; |
592 | timeouts = [ | 592 | timeouts = [ |
593 | { timeout = 300; | 593 | { timeout = 300; |
594 | command = "${cfg.wayland.windowManager.hyprland.package}/binhyprctl dispatch dpms off"; | 594 | command = "${cfg.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms off"; |
595 | resumeCommand = "${cfg.wayland.windowManager.hyprland.package}/binhyprctl dispatch dpms on"; | 595 | resumeCommand = "${cfg.wayland.windowManager.hyprland.package}/bin/hyprctl dispatch dpms on"; |
596 | } | 596 | } |
597 | { timeout = 330; command = "${lib.getExe pkgs.gtklock} -d"; } | 597 | { timeout = 330; command = "${lib.getExe pkgs.gtklock} -d"; } |
598 | ]; | 598 | ]; |