commands.sh

nh home

all

Manage and configure per-user environment using Nix. Reimplementation of `home-manager`.

More info →

Options (1)

-u, --updateboolean

Update all the flake inputs of the specified Home Manager flake configuration and build it

Example: nh home build {{path/to/flake}} {{[-u|--update]}}

Examples (3)

Build and switch to a specified Home Manager flake configuration

nh home switch path/to/flake

Update all the flake inputs of the specified Home Manager flake configuration and build it

nh home build path/to/flake [-u|--update]

Load a specified Home Manager flake configuration in Nix REPL (Nix evaluation environment)

nh home repl path/to/flake
made by @shridhargupta | data from tldr-pages