Merge pull request #33 from nrdxp/fix-home-nixpkgs

home-manager: fix trying to import <nixpkgs>
This commit is contained in:
Timothy DeHerrera 2020-12-19 15:01:58 -07:00 committed by GitHub
commit d8974dfb56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,9 @@ let
core = self.nixosModules.profiles.core;
global = {
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
networking.hostName = hostName;
nix.nixPath = let path = toString ../.; in
[