From 7559b4354c5bb1db6b4504a3b6ac17ec4844b442 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sun, 28 Dec 2025 16:39:34 +0100 Subject: [PATCH] fix niri home import --- hosts/desktop/home.nix | 2 +- modules/wm/niri/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix index 9ad6709..e602304 100644 --- a/hosts/desktop/home.nix +++ b/hosts/desktop/home.nix @@ -17,7 +17,7 @@ imports = [ #../../modules/wm/hyprland/home.nix # Window Manager - ../../modules/wm/sway/home.nix # Window Manager + ../../modules/wm/niri/home.nix # Window Manager ../../modules/home.nix # Window Manager ]; diff --git a/modules/wm/niri/home.nix b/modules/wm/niri/home.nix index 13be24c..a147580 100644 --- a/modules/wm/niri/home.nix +++ b/modules/wm/niri/home.nix @@ -35,7 +35,7 @@ ]; timeouts = [ { timeout = 300; command = "${pkgs.swaylock}/bin/swaylock -fF"; } - { timeout = 600; command = "${pkgs.niri}/bin/niri 'msg action power-off-monitors'"; } + { timeout = 600; command = "${pkgs.niri}/bin/niri msg action power-off-monitors"; } ]; }; };