blob: 8a44e4222c45f614352c391fcc565da1b001420f (
plain) (
tree)
|
|
{
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";
}
|