home-manager/nixos
Robert Helgesson 7e6063982d
nixos module: install user packages through NixOS
We cannot guarantee that the Nix store will be writable during startup
so installing the user packages through `nix-env -i` may fail.
Therefore, when building through the NixOS module install through the
`users.users.<name?>.packages` option.
2018-05-31 20:29:15 +02:00
..
default.nix nixos module: install user packages through NixOS 2018-05-31 20:29:15 +02:00