feat(home/nh): Search alias
This commit is contained in:
parent
6378d0f905
commit
b629f31b82
1 changed files with 4 additions and 0 deletions
|
@ -15,5 +15,9 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables.FLAKE = lib.mkDefault "${home}/marleyos";
|
home.sessionVariables.FLAKE = lib.mkDefault "${home}/marleyos";
|
||||||
|
|
||||||
|
home.shellAbbrs = {
|
||||||
|
nhs = "nh search";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue