1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

docs: fix typo in collision.md

This commit is contained in:
Frazer Rose 2025-08-29 18:46:14 +01:00 committed by Austin Horstman
parent 77f348da31
commit a3d90c996f

View file

@ -43,5 +43,5 @@ The solution is typically to uninstall the package from the environment
using `nix-env --uninstall` and reattempt the Home Manager generation using `nix-env --uninstall` and reattempt the Home Manager generation
switch. switch.
You could also opt to unistall *all* of the packages from your profile You could also opt to uninstall *all* of the packages from your profile
with `nix-env --uninstall '*'`. with `nix-env --uninstall '*'`.