From 6cc85a916a427710307403fb7f77bfa2bd02ee93 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Fri, 18 Dec 2020 13:13:02 -0700 Subject: [PATCH] home-manager: fix trying to import Fixes #30. --- hosts/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/default.nix b/hosts/default.nix index 089f064..3372384 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -24,6 +24,8 @@ let core = self.nixosModules.profiles.core; global = { + home-manager.useGlobalPkgs = true; + networking.hostName = hostName; nix.nixPath = let path = toString ../.; in [