diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-11 14:13:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-08-11 14:13:24 +0200 |
commit | 1b334f66646ec38bda12506e8efe6841f05feb70 (patch) | |
tree | 721a4f8f72d9424c5e93a7d1d3cee52e6a8a12fe /accounts/gkleen@sif | |
parent | a84995ebbaa66b254727dea7bc0163662d8cdf76 (diff) | |
download | nixos-1b334f66646ec38bda12506e8efe6841f05feb70.tar nixos-1b334f66646ec38bda12506e8efe6841f05feb70.tar.gz nixos-1b334f66646ec38bda12506e8efe6841f05feb70.tar.bz2 nixos-1b334f66646ec38bda12506e8efe6841f05feb70.tar.xz nixos-1b334f66646ec38bda12506e8efe6841f05feb70.zip |
...
Diffstat (limited to 'accounts/gkleen@sif')
-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 | ]; |