parent
31a27e4806
commit
b2a2133c9a
|
@ -80,7 +80,10 @@
|
||||||
configuration = { ... }: {
|
configuration = { ... }: {
|
||||||
imports = modules
|
imports = modules
|
||||||
++ [{ programs.home-manager.path = toString ./.; }];
|
++ [{ programs.home-manager.path = toString ./.; }];
|
||||||
nixpkgs = { inherit (pkgs) config overlays; };
|
nixpkgs = {
|
||||||
|
config = nixpkgs.lib.mkDefault pkgs.config;
|
||||||
|
inherit (pkgs) overlays;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue