blob: 49d172514f1fa64590add5329eadd647d84ce3c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
{
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";
dhcp-leasese = "xdg-open http://192.168.6.1:8067/";
}
|