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"; } ]; }; };