[Nix-dev] The .nixpkgs/config.nix file and user configuration

Marc Weber marco-oweber at gmx.de
Thu May 4 07:31:59 CEST 2017


> I don't like the idea of using nix-env,
Why? You can also have your own declarative set of packages "per user".
that's also something config.nix can do:
graphicCollection = misc.collection { name = ... ; packages = [ ... . ]} (from head)

nix-env -i graphicCollection

works well for me :)

Marc Weber


More information about the nix-dev mailing list