Nice work! On Sun, Jul 2, 2017 at 11:58 PM, Robert Helgesson <[email protected]> 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/ _______________________________________________ nix-dev mailing list [email protected] https://mailman.science.uu.nl/mailman/listinfo/nix-dev
