fix niri home import
This commit is contained in:
@@ -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"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user