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:
parent
6cc85a916a
commit
1aaf9827b0
|
@ -25,6 +25,7 @@ let
|
|||
|
||||
global = {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
networking.hostName = hostName;
|
||||
nix.nixPath = let path = toString ../.; in
|
||||
|
|
Loading…
Reference in a new issue