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