1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-07 22:13:52 +00:00
ultima/jetpure/home/parts/abbrs.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";
};
}