1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/home-manager.md

13 lines
280 B
Markdown
Raw Normal View History

2019-06-06 16:40:53 +02:00
# home-manager
> Manage a user environment using Nix.
> More information: <https://github.com/rycee/home-manager>.
- Activate the configuration defined in `~/.config/nixpkgs/home.nix`:
`home-manager build`
- Activate the configuration and switch to it:
`home-manager switch`