logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage Home Configuration - Home-Manager User Environment | Online Free DevTools by Hexmos

Manage user home configuration with Home-Manager for declarative environment control. Build, switch, and rollback configurations effortlessly. Free online tool, no registration required.

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.

  • 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

  • Roll back to a previous configuration generation:

home-manager rollback

  • List all existing configuration generations:

home-manager generations

  • When 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/flake}}

See Also