mirror of
https://github.com/nmasur/dotfiles
synced 2026-08-15 17:58:36 +00:00
add noti to gh runs for zellij
This commit is contained in:
@@ -208,7 +208,9 @@ in
|
|||||||
};
|
};
|
||||||
"bind \"Alt Shift w\"" = {
|
"bind \"Alt Shift w\"" = {
|
||||||
Run = {
|
Run = {
|
||||||
_args = [
|
_args =
|
||||||
|
(if config.nmasur.presets.programs.noti.enable then [ (lib.getExe pkgs.noti) ] else [ ])
|
||||||
|
++ [
|
||||||
(lib.getExe pkgs.gh)
|
(lib.getExe pkgs.gh)
|
||||||
"run"
|
"run"
|
||||||
"watch"
|
"watch"
|
||||||
|
|||||||
Reference in New Issue
Block a user