Home Manager: Difference between revisions
imported>Luis-Hebendanz mNo edit summary |
imported>Luis-Hebendanz mNo edit summary |
||
| Line 5: | Line 5: | ||
Home Manager can be configured in <code>~/.config/nixpkgs/home.nix</code> or inside configuration.nix. | 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. Note: fetchTarball does not check the integrity of the downloaded | For the latter, add the following to your config. Note: fetchTarball does not check the integrity of the downloaded package. | ||
<syntaxhighlight lang="nix"> | <syntaxhighlight lang="nix"> | ||
imports = [ | imports = [ | ||