This commit is contained in:
Tao Tien 2025-12-18 17:59:04 -08:00
parent 82078941c3
commit 8e85429c8f

View file

@ -75,5 +75,9 @@ def bump [...rest] {
alias rb = rebuild boot alias rb = rebuild boot
alias rs = rebuild switch alias rs = rebuild switch
alias gc = nh clean all
def gc [] {
sudo nix-collect-garbage -d
snapper clear
}