feat(home:fish): add nh rebuild abbr
This commit is contained in:
parent
970bfee826
commit
f7b3aba883
1 changed files with 3 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (lib) mkIf getExe;
|
inherit (lib) mkIf getExe;
|
||||||
inherit (pkgs) bat eza dust;
|
inherit (pkgs) bat eza dust nh;
|
||||||
|
|
||||||
cfg = config.ooknet.shell.fish;
|
cfg = config.ooknet.shell.fish;
|
||||||
admin = osConfig.ooknet.host.admin;
|
admin = osConfig.ooknet.host.admin;
|
||||||
|
|
@ -20,6 +20,8 @@ in
|
||||||
shellAbbrs = {
|
shellAbbrs = {
|
||||||
f = "cd $FLAKE";
|
f = "cd $FLAKE";
|
||||||
fe = "$EDITOR $FLAKE";
|
fe = "$EDITOR $FLAKE";
|
||||||
|
|
||||||
|
nswitch = "${getExe nh} os switch";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue