diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-13 10:05:35 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-13 10:05:35 -0700 |
| commit | 1b73ac2ff1de54e375e38db7c9e904926e8e9198 (patch) | |
| tree | 6ef83213b1af1dbecb90fb1305413d12b2df0756 /modules/home-manager | |
| parent | a3aa87695d3b7fb141489cb3eaa137a2f4f6549b (diff) | |
hyprctl is owned by hyprland package
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/swayidle.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-manager/swayidle.nix b/modules/home-manager/swayidle.nix index 14c6831..d2974e1 100644 --- a/modules/home-manager/swayidle.nix +++ b/modules/home-manager/swayidle.nix @@ -4,7 +4,7 @@ systemdTarget = "hyprland-session.target"; timeouts = let - dpmsCommand = "${pkgs.hyprctl}/bin/hyprctl dispatch dpms"; + dpmsCommand = "${pkgs.hyprland}/bin/hyprctl dispatch dpms"; brightnessCommand = "${pkgs.brightnessctl}/bin/brightnessctl -s %% brightnessctl s"; in [ |
