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"; }; };