Compare commits

..

No commits in common. "81bb0de42752567707f59308ca60f6cac0ed9285" and "5c3b9236533e3183159c8eee79e804a10793503e" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -39,10 +39,10 @@ rec {
nameValuePair
"${user}${hostStr}"
(homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.${system};
pkgs = nixpkgs.legacyPackages.${system}.extend self.overlays.default;
extraSpecialArgs = {
inherit inputs self;
lib = lib.extend (_: _: inputs.home-manager.lib);
lib = lib.extend inputs.home-manager.lib;
};
modules = [