feat(home/nh): Search alias

This commit is contained in:
punkfairie 2025-03-08 16:36:36 -08:00
parent 6378d0f905
commit b629f31b82
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -15,5 +15,9 @@ in {
];
home.sessionVariables.FLAKE = lib.mkDefault "${home}/marleyos";
home.shellAbbrs = {
nhs = "nh search";
};
};
}