From f1f0cfdc373557ab8ee6e6494df2e6cfaf9ba4ec Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Thu, 8 Jan 2026 13:58:33 +0100 Subject: [PATCH] Fixed a typo --- hosts/common/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 0c8b40d..7891f11 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -71,7 +71,7 @@ shellAliases = { drs = "sudo darwin-rebuild switch --flake ~/Developer/nix/NixOSDots#macOS"; nrs = "sudo nixos-rebuild switch --flake ~/Developer/nix/NixOSDots#nixos"; - ncg = "nix collect-garbage -d"; + ncg = "nix-collect-garbage -d"; nfu = "nix flake update --flake ~/Developer/nix/NixOSDots"; }; };