blob: 8a44e4222c45f614352c391fcc565da1b001420f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
{
ll = "ls -l --color=auto";
lt = "ls -ltrh --color=auto";
la = "ls -ltrha --color=auto";
pkgsearch = "nix search nixpkgs";
hms = "home-manager switch --flake .";
nr = "sudo nixos-rebuild switch --flake .";
flup = "nix flake update --commit-lock-file";
}
|