2019-06-06 16:40:53 +02:00
|
|
|
# home-manager
|
|
|
|
|
2024-12-26 11:23:40 -07:00
|
|
|
> Manage a per-user environment using Nix, allowing declarative configuration of the user’s home.
|
|
|
|
> More information: <https://github.com/nix-community/home-manager>.
|
2019-06-06 16:40:53 +02:00
|
|
|
|
2024-12-26 11:23:40 -07:00
|
|
|
- Build the configuration defined in `~/.config/nixpkgs/home.nix` without applying it:
|
2019-06-06 16:40:53 +02:00
|
|
|
|
|
|
|
`home-manager build`
|
|
|
|
|
2024-12-26 11:23:40 -07:00
|
|
|
- Build and apply (switch to) the new configuration:
|
2019-06-06 16:40:53 +02:00
|
|
|
|
|
|
|
`home-manager switch`
|
2024-12-26 11:23:40 -07:00
|
|
|
|
|
|
|
- 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`
|