Home Manager: Difference between revisions
imported>Krey No edit summary |
imported>Bbigras m remove useless "is" at one place and add one at another place |
||
| Line 1: | Line 1: | ||
[https://github.com/rycee/home-manager Home Manager] a basic system for managing a user environment using the Nix package manager together with the Nix libraries found in Nixpkgs. Before attempting to use Home Manager [https://github.com/rycee/home-manager#words-of-warning please read the warning]. | [https://github.com/rycee/home-manager Home Manager] is a basic system for managing a user environment using the Nix package manager together with the Nix libraries found in Nixpkgs. Before attempting to use Home Manager [https://github.com/rycee/home-manager#words-of-warning please read the warning]. | ||
== Configuration == | == Configuration == | ||
Home Manager | Home Manager can be configured in <code>~/.config/nixpkgs/home.nix</code> or inside configuration.nix. | ||
For the latter, add the following to your config | For the latter, add the following to your config | ||