1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-09 11:43:53 +00:00
ultima/workst/home/parts/abbrs.nix
2024-11-21 18:24:15 +09:00

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";
};
}