|
@@ -1,12 +1,24 @@
|
|
|
# home-manager
|
|
|
|
|
|
-> Manage a user environment using Nix.
|
|
|
-> More information: <https://github.com/rycee/home-manager>.
|
|
|
+> Manage a per-user environment using Nix, allowing declarative configuration of the user’s home.
|
|
|
+> More information: <https://github.com/nix-community/home-manager>.
|
|
|
|
|
|
-- Activate the configuration defined in `~/.config/nixpkgs/home.nix`:
|
|
|
+- Build the configuration defined in `~/.config/nixpkgs/home.nix` without applying it:
|
|
|
|
|
|
`home-manager build`
|
|
|
|
|
|
-- Activate the configuration and switch to it:
|
|
|
+- 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`
|