Simplify garbage collection alias, useful for non-root systems
This commit is contained in:
parent
6a8d6fe698
commit
1da098028f
1 changed files with 2 additions and 3 deletions
|
@ -6,10 +6,9 @@
|
|||
nhs = "doas nh os switch -R /etc/nixos";
|
||||
nhu = "flakedate && nhs";
|
||||
|
||||
nixclean = "doas nix-store --gc; nix-collect-garbage -d";
|
||||
nixclean = "nix store gc; nix store optimise";
|
||||
nixpurge = "doas nix-collect-garbage --delete-old";
|
||||
nixoptimize = "doas nix store optimise";
|
||||
nixscrub = "nixclean; nixpurge; nixoptimize";
|
||||
nixscrub = "nixclean; nixpurge";
|
||||
|
||||
# Shortcuts
|
||||
ff = "clear && fastfetch";
|
||||
|
|
Loading…
Add table
Reference in a new issue