about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2020-04-04T15·45-0400
committerGriffin Smith <root@gws.fyi>2020-04-04T15·45-0400
commitfe0347d1a357b1c7c61a47630961590523e941a4 (patch)
treefc339b42fd5d1c93ce47f1b7dc651c2ccdff834a
parenta8e42d6e6d811ca31862606263f5818c95b0ab18 (diff)
ncg alias
-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";