From 950edff3260f7dc9e82ff4672f1940453ee79e99 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 27 Oct 2025 18:28:48 +0100 Subject: [PATCH] add clean command --- home/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home.nix b/home/home.nix index 47d04ba..7e03820 100644 --- a/home/home.nix +++ b/home/home.nix @@ -41,6 +41,7 @@ let c = "pwd | pbcopy"; vai = "sudo darwin-rebuild switch --flake ~/.config/nix-macos#${host.hostName}"; + clean = "nix-collect-garbage -d"; }; }; };