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

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