add clean command

This commit is contained in:
2025-10-27 18:28:48 +01:00
parent ae6e533365
commit 950edff326

View File

@@ -41,6 +41,7 @@ let
c = "pwd | pbcopy";
vai = "sudo darwin-rebuild switch --flake ~/.config/nix-macos#${host.hostName}";
clean = "nix-collect-garbage -d";
};
};
};