1
0
Fork 0
mirror of https://git.sr.ht/~neverness/ultima synced 2025-01-09 08:43:52 +00:00
ultima/jetpure/home/parts/abbrs.nix
2024-11-27 19:37:54 +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";
};
}