fish(nix-collect-garbage): Delete user garbage as well

Fixes an issue where user-specific stuff never got cleaned up from the
nix store.
This commit is contained in:
Donovan Glover 2024-04-02 14:34:48 -04:00
parent 95b10ec3ef
commit 6dde83cea9
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -97,7 +97,7 @@
nb = "nix build";
ns = "nix shell";
nr = "nix run";
ncg = "sudo nix-collect-garbage -d";
ncg = "sudo nix-collect-garbage -d && nix-collect-garbage -d";
nvd = "nvd --color always diff /run/current-system result | less -R";
b = "bun";