1

Nixos: Various cleanups

This commit is contained in:
2024-06-04 22:28:25 +02:00
parent a196102ebb
commit 5178993594
13 changed files with 346 additions and 282 deletions

View File

@ -62,12 +62,12 @@ pkgs.devshell.mkShell {
}
# Nix Store
{
name = "store-gc";
help = "Run NixOS garbage collector";
# command = "nix-store --gc && sudo nix-collect-garbage -d && flatpak uninstall --unused";
command = "nh clean all";
}
# {
# name = "store-gc";
# help = "Run NixOS garbage collector";
# # command = "nix-store --gc && sudo nix-collect-garbage -d && flatpak uninstall --unused";
# command = "nh clean all";
# }
{
name = "store-optimise";
help = "Run NixOS store optimization (slow)";