Manage a user environment using Nix [maintainer=@khaneliman, @rycee] https://nix-community.github.io/home-manager/
  • Nix 97%
  • Shell 1.8%
  • Python 0.8%
  • Lua 0.1%
Find a file
2026-06-11 09:45:14 -05:00
.builds ci: fix manual build in sourcehut build 2024-05-26 01:25:03 +02:00
.github antigravity-cli: rename gemini-cli module 2026-06-05 11:39:28 -05:00
ci ci: add nix and lix parse checks 2026-04-20 16:46:54 -05:00
docs docs: add release notes contributing guidance 2026-06-11 09:05:37 -05:00
home-manager Translate using Weblate (Azerbaijani) 2026-06-01 14:17:00 -05:00
lib lib: separate eval config file 2026-06-07 21:04:30 -05:00
modules zsh: make sure siteFunction names don't contain slashes 2026-06-11 09:45:14 -05:00
nix-darwin nix-darwin: pass DRY_RUN to activation 2026-05-23 19:02:40 -05:00
nixos treewide: move NixOS-inherited defaults to their option definitions 2026-05-18 13:23:44 +02:00
templates flake: track nixpkgs-unstable 2026-05-29 19:01:27 -05:00
tests zsh: escape siteFunction names 2026-06-11 09:45:14 -05:00
.editorconfig editorconfig: fix insert_final_newline unset for json files 2025-07-29 14:47:28 -05:00
.git-blame-ignore-revs git: ignore deadnix treewide blame 2026-04-13 22:16:51 -05:00
.gitignore gitignore: hide noisy Mac .DS_Store files from git 2026-02-01 13:13:00 +01:00
.gitlab-ci.yml ci: remove GitLab rycee/nur-expression update 2025-05-01 23:17:55 +02:00
.mailmap mailmap: map NAHO developer identity to Noah Biewesch 2026-05-13 16:18:10 +02:00
all-maintainers.nix maintainers: update all-maintainers.nix 2026-06-08 09:37:01 -05:00
buildbot-nix.toml ci: update buildbot test config 2026-02-18 21:19:06 -06:00
default.nix feat: introduce development shell 2026-02-26 20:44:57 -06:00
flake-module.nix flake-module: use toString primop 2025-05-18 12:56:15 +02:00
flake.lock flake: bump nixpkgs from 4100e83 to ffa10e2 2026-06-07 21:22:10 -05:00
flake.nix flake: gate development outputs to supported systems 2026-06-05 11:33:38 -05:00
Justfile justfile: moved format command from Makefile 2026-02-28 20:03:31 -06:00
LICENSE home-manager: update copyright year 2026-01-08 12:29:25 -05:00
MAINTAINING.md flake: track nixpkgs-unstable 2026-05-29 19:01:27 -05:00
Makefile flake: track nixpkgs-unstable 2026-05-29 19:01:27 -05:00
overlay.nix treewide: mark unused lambda arguments 2026-04-13 22:02:40 -05:00
README.md flake: track nixpkgs-unstable 2026-05-29 19:01:27 -05:00
release.json home-manager: prepare 26.11 2026-05-29 19:01:27 -05:00
statix.toml statix: enable misc rules that we already respect 2026-04-08 16:20:15 -05:00
treefmt.toml treewide: remove unused attrs patterns 2026-04-13 22:02:40 -05:00
xgettext home-manager: avoid profile management during activation 2025-07-22 11:00:18 +02:00

Home Manager using Nix

This project provides a basic system for managing a user environment using the Nix package manager together with the Nix libraries found in Nixpkgs. It allows declarative configuration of user specific (non-global) packages and dotfiles.

Usage

Before attempting to use Home Manager please read the warning below.

For a systematic overview of Home Manager and its available options, please see:

If you would like to contribute to Home Manager, then please have a look at "Contributing" in the manual.

Releases

Home Manager is developed against the nixpkgs-unstable branch, which often causes it to contain tweaks for changes/packages not yet released in stable NixOS. To avoid breaking users' configurations, Home Manager is released in branches corresponding to NixOS releases (e.g. release-26.05). These branches get fixes, but usually not new modules. If you need a module to be backported, then feel free to open an issue.

Words of warning

Unfortunately, it is quite possible to get difficult to understand errors when working with Home Manager. You should therefore be comfortable using the Nix language and the various tools in the Nix ecosystem.

If you are not very familiar with Nix but still want to use Home Manager then you are strongly encouraged to start with a small and very simple configuration and gradually make it more elaborate as you learn.

In some cases Home Manager cannot detect whether it will overwrite a previous manual configuration. For example, the Gnome Terminal module will write to your dconf store and cannot tell whether a configuration that is about to be overwritten was from a previous Home Manager generation or from manual configuration.

Home Manager targets nixpkgs-unstable and NixOS version 26.05 (the current stable version), it may or may not work on other Linux distributions and NixOS versions.

Now when your expectations have been built up and you are eager to try all this out you can go ahead and read the rest of this text.

Contact

You can chat with us on IRC in the channel #home-manager on OFTC. There is also a Matrix room, which is bridged to the IRC channel.

Installation

Home Manager can be used in three primary ways:

  1. Using the standalone home-manager tool. For platforms other than NixOS and Darwin, this is the only available choice. It is also recommended for people on NixOS or Darwin that want to manage their home directory independently of the system as a whole. See "Standalone installation" in the manual for instructions on how to perform this installation.

  2. As a module within a NixOS system configuration. This allows the user profiles to be built together with the system when running nixos-rebuild. See "NixOS module" in the manual for a description of this setup.

  3. As a module within a nix-darwin system configuration. This allows the user profiles to be built together with the system when running darwin-rebuild. See "nix-darwin module" in the manual for a description of this setup.

Home Manager provides both the channel-based setup and the flake-based one. See Nix Flakes for a description of the flake-based setup.

Translations

Home Manager has basic support for internationalization through gettext. The translations are hosted by Weblate. If you would like to contribute to the translation effort then start by going to the Home Manager Weblate project.

Translation status

License

This project is licensed under the terms of the MIT license.