summaryrefslogtreecommitdiff
path: root/hm/env/swayidle.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hm/env/swayidle.nix')
-rw-r--r--hm/env/swayidle.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/env/swayidle.nix b/hm/env/swayidle.nix
index 1d703cc..94e819a 100644
--- a/hm/env/swayidle.nix
+++ b/hm/env/swayidle.nix
@@ -16,8 +16,8 @@ in
{ timeout = 300; command = "${pkgs.swaylock-effects}/bin/swaylock -f"; }
{
timeout = 600;
- command = "${pkgs.niri-unstable}/bin/niri msg action power-off-monitors";
- resumeCommand = "${pkgs.niri-unstable}/bin/niri msg action power-on-monitors";
+ command = "niri msg action power-off-monitors";
+ resumeCommand = "niri msg action power-on-monitors";
}
];
};