Home Manager: Difference between revisions
Phanirithvij (talk | contribs) m fix home-manager docs link |
m dotfile => dotfiles | plural |
||
Line 2: | Line 2: | ||
* install software declaratively in your user profile, rather than using nix-env | * install software declaratively in your user profile, rather than using nix-env | ||
* manage dotfiles in the home directory of your user. | * manage dotfiles in the home directory of your user. | ||
Home Manager has many [https://nix-community.github.io/home-manager/options.xhtml options], which can look daunting at first, but most of those options only boil down to creating some | Home Manager has many [https://nix-community.github.io/home-manager/options.xhtml options], which can look daunting at first, but most of those options only boil down to creating some dotfiles and installing some software in a way similar way to nix-env. | ||
{{Note|Before attempting to use Home Manager [https://github.com/rycee/home-manager#words-of-warning please read the warning].}} | {{Note|Before attempting to use Home Manager [https://github.com/rycee/home-manager#words-of-warning please read the warning].}} |