4 lines
102 B
Bash
4 lines
102 B
Bash
alias rebuild="nixos-rebuild switch"
|
|
alias gc="nix-collect-garbage -d"
|
|
alias rebuild-gc="rebuild; gc"
|