Files
tldr/pages/common/home-manager.md

25 lines
607 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# home-manager
> Manage a per-user environment using Nix, allowing declarative configuration of the users home.
> More information: <https://github.com/nix-community/home-manager>.
- Build the configuration defined in `~/.config/nixpkgs/home.nix` without applying it:
`home-manager build`
- Build and apply (switch to) the new configuration:
`home-manager switch`
- Build the configuration for testing without applying it:
`home-manager test`
- Roll back to a previous configuration generation:
`home-manager rollback`
- List all existing configuration generations:
`home-manager generations`