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 = {
|
global = {
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
home-manager.useUserPackages = true;
|
||||||
|
|
||||||
networking.hostName = hostName;
|
networking.hostName = hostName;
|
||||||
nix.nixPath = let path = toString ../.; in
|
nix.nixPath = let path = toString ../.; in
|
||||||
|
|
Loading…
Reference in a new issue