home-manager: follow project README.md for flakes

home-manager's readme specifies that, at a bare minimum,
`useUserPackages` should be used in addition to `useGlobalPkgs`, when
using a flakes configuration.
This commit is contained in:
Timothy DeHerrera 2020-12-19 14:55:33 -07:00
parent 6cc85a916a
commit 1aaf9827b0
No known key found for this signature in database
GPG Key ID: 8985725DB5B0C122
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ let
global = {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
networking.hostName = hostName;
nix.nixPath = let path = toString ../.; in