fix niri home import

This commit is contained in:
2025-12-28 16:39:34 +01:00
parent e912b656a3
commit 7559b4354c
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
imports = imports =
[ [
#../../modules/wm/hyprland/home.nix # Window Manager #../../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 ../../modules/home.nix # Window Manager
]; ];

View File

@@ -35,7 +35,7 @@
]; ];
timeouts = [ timeouts = [
{ timeout = 300; command = "${pkgs.swaylock}/bin/swaylock -fF"; } { 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"; }
]; ];
}; };
}; };