home-manager
all
Manage a per-user environment using Nix, allowing declarative configuration of the user's home.
More info →Examples (5)
Build the configuration defined in `~/.config/nixpkgs/home.nix` without applying it
home-manager buildBuild and apply (switch to) the new configuration
home-manager switchRoll back to a previous configuration generation
home-manager rollbackList all existing configuration generations
home-manager generationsWhen using flakes, run any operation that requires nix to run (build, switch, news) by passing the path to the flake
home-manager command --flake path/to/flakemade by @shridhargupta | data from tldr-pages