add noti to gh runs for zellij

This commit is contained in:
Noah Masur
2026-08-08 10:20:24 -04:00
parent d90b45d194
commit 2d5de254e4
@@ -208,11 +208,13 @@ in
}; };
"bind \"Alt Shift w\"" = { "bind \"Alt Shift w\"" = {
Run = { Run = {
_args = [ _args =
(lib.getExe pkgs.gh) (if config.nmasur.presets.programs.noti.enable then [ (lib.getExe pkgs.noti) ] else [ ])
"run" ++ [
"watch" (lib.getExe pkgs.gh)
]; "run"
"watch"
];
# direction = "Right"; # direction = "Right";
# close_on_exit = false; # close_on_exit = false;
# start_suspended = true; # start_suspended = true;