feat(home:fish): add nh rebuild abbr

This commit is contained in:
ooks-io 2024-07-15 20:41:13 +12:00
parent 970bfee826
commit f7b3aba883

View file

@ -2,7 +2,7 @@
let
inherit (lib) mkIf getExe;
inherit (pkgs) bat eza dust;
inherit (pkgs) bat eza dust nh;
cfg = config.ooknet.shell.fish;
admin = osConfig.ooknet.host.admin;
@ -20,6 +20,8 @@ in
shellAbbrs = {
f = "cd $FLAKE";
fe = "$EDITOR $FLAKE";
nswitch = "${getExe nh} os switch";
};
};
};