about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--home/modules/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/modules/shell.nix b/home/modules/shell.nix
index 9316285b477d..eeab2d0f6202 100644
--- a/home/modules/shell.nix
+++ b/home/modules/shell.nix
@@ -23,6 +23,7 @@
       nor = "sudo nixos-rebuild switch";
       nrs = nor;
       nrb = "sudo nixos-rebuild boot";
+      ncg = "nix-collect-garbage";
       vihome = "vim ~/code/system/home/home.nix && home-manager switch";
       virc = "vim ~/code/system/home/modules/shell.nix && home-manager switch && source ~/.zshrc";
       visystem = "sudo vim /etc/nixos/configuration.nix && sudo nixos-rebuild switch";