From eadd98f4dc00a3bb3ed2185688e66a97f2e10b04 Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Thu, 8 Jan 2026 08:49:04 +0100 Subject: [PATCH] Added aliases for garbage collection --- hosts/common/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 8f87431..aa0c9b8 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -71,6 +71,7 @@ shellAliases = { drs = "sudo darwin-rebuild switch --flake ~/Developer/nix/NixOSDots#macOS"; nrs = "sudo nixos-rebuild switch --flake ~/Developer/NixOSDots#nixos"; + ncg = "nix collect-garbage -d"; }; }; }