diff --git a/pages/common/home-manager.md b/pages/common/home-manager.md new file mode 100644 index 000000000..47d51e7b4 --- /dev/null +++ b/pages/common/home-manager.md @@ -0,0 +1,12 @@ +# home-manager + +> Manage a user environment using Nix. +> More information: . + +- Activate the configuration defined in `~/.config/nixpkgs/home.nix`: + +`home-manager build` + +- Activate the configuration and switch to it: + +`home-manager switch`