home-manager: fix trying to import <nixpkgs>

Fixes #30.
This commit is contained in:
Timothy DeHerrera 2020-12-18 13:13:02 -07:00
parent 993a79e61e
commit 6cc85a916a
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

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