[Nix-dev] [ANN] Home Manager

Nicolas Pierron nicolas.b.pierron at nbp.name
Tue Jul 4 01:41:59 CEST 2017


Nice work!

On Sun, Jul 2, 2017 at 11:58 PM, Robert Helgesson <robert at rycee.net> wrote:
> In short Home Manager is a set of NixOS modules and a command line tool
> called `home-manager` that lets you configure your user's environment
> similar to how you configure your NixOS system.

For your information, the module system was made such that you can
re-use it as a submodule.
So technically, you might be able to create a NixOS module for NixOS
which imports the home-manager within NixOS users ;)

This home-manager submodule would have to forward pkgs as a module
argument (as done in NixOS), and import the modules from the
home-manager.

-- 
Nicolas Pierron
http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/


More information about the nix-dev mailing list