nix-community/home-manager

Manage a user environment using Nix [maintainer=@khaneliman, @rycee]

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 47 minutes ago
Added to GitGenius on September 5th, 2026
Created on January 14th, 2017
Open Issues & Pull Requests: 1,008 (+0)
GitHub issues: Enabled
Number of forks: 2,474
Total Stargazers: 10,333 (+0)
Total Subscribers: 50 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Home Manager is a tool for managing a user environment using Nix, enabling declarative configuration of dotfiles and user-level packages across systems.

Home Manager solves the problem of maintaining consistent user configurations across multiple machines by allowing developers to declare their entire user environment—including shell settings, editor configurations, and installed tools—in Nix expressions. Rather than manually managing dotfiles or shell scripts, users write declarative configurations that Home Manager applies idempotently, ensuring reproducibility and making it straightforward to switch between machines or reset a system while preserving customizations.

Home Manager suits developers and system administrators who already use Nix or NixOS and want to version-control their user-level setup alongside their system configuration. It works well for those managing multiple machines with similar environments or who value reproducible, declarative infrastructure. The tool integrates naturally with NixOS but also runs on other Linux distributions and macOS, making it useful for teams with heterogeneous systems. It is particularly valuable for developers who want to avoid shell script fragility and achieve the same level of reproducibility for user environments that Nix provides for system-level packages.

The project maintains active engagement with its community through regular issue triage and pull request reviews. Development follows a structured approach with clear guidelines for contributions and a modular architecture that allows incremental improvements. The maintainers respond consistently to user questions and bug reports, indicating sustained stewardship of the codebase. The project demonstrates stability in its core functionality while remaining open to feature additions and refinements from contributors.