summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-04 18:00:51 +0100
committerAlan Pearce2025-03-04 18:00:51 +0100
commit103f339506c123144709374ee2fda322cd5e6f2b (patch)
tree9362ddd1eca8b0eb41c408841ba288a6ce3639c9
parent75e59d53b75e4f4dc56caa0652bbc99d2b29422b (diff)
downloadnixfiles-103f339506c123144709374ee2fda322cd5e6f2b.tar.lz
nixfiles-103f339506c123144709374ee2fda322cd5e6f2b.tar.zst
nixfiles-103f339506c123144709374ee2fda322cd5e6f2b.zip
shell: change alias for home-manager GC
-rw-r--r--user/settings/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 72fcde3c..824601a0 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -121,7 +121,7 @@ in
       hoh = "home-manager help";
       hop = "home-manager packages";
       hol = "home-manager generations";
-      hox = "home-manager expire-generations '-30 days'";
+      hogc = "home-manager expire-generations '-30 days'";
 
       lw = "lorri watch";
       lwo = "lorri watch --once";