Home Manager: Difference between revisions
imported>Tv add link to Wrappers vs. Dotfiles |
imported>Vater mNo edit summary |
||
| Line 6: | Line 6: | ||
For the latter, add the following to your config | For the latter, add the following to your config | ||
<syntaxhighlight lang="nix> | <syntaxhighlight lang="nix"> | ||
imports = [ | imports = [ | ||
... | ... | ||
| Line 17: | Line 17: | ||
Home Manager has options to configure many common tools. As an example, adding the following | Home Manager has options to configure many common tools. As an example, adding the following | ||
<syntaxhighlight lang="nix> | <syntaxhighlight lang="nix"> | ||
programs.git = { | programs.git = { | ||
enable = true; | enable = true; | ||