mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-07 22:13:52 +00:00
16 lines
252 B
Nix
16 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";
|
|
};
|
|
}
|