Merge pull request #33 from nrdxp/fix-home-nixpkgs
home-manager: fix trying to import <nixpkgs>
This commit is contained in:
commit
d8974dfb56
|
@ -24,6 +24,9 @@ let
|
||||||
core = self.nixosModules.profiles.core;
|
core = self.nixosModules.profiles.core;
|
||||||
|
|
||||||
global = {
|
global = {
|
||||||
|
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