mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-09 19:23:52 +00:00
15 lines
252 B
Nix
15 lines
252 B
Nix
|
{ ... }: {
|
||
|
module.shells.abbrs = {
|
||
|
# NH HELPER
|
||
|
nhs = "nh home switch";
|
||
|
nos = "nh os switch";
|
||
|
nca = "nh clean all";
|
||
|
|
||
|
# NIX TOOLS
|
||
|
nxU = "nix flake lock --update-input";
|
||
|
nxu = "nix flake update";
|
||
|
|
||
|
"-h" = "--help";
|
||
|
};
|
||
|
}
|