home-manager: Properly use flake-provided overly
Oops :)
This commit is contained in:
parent
67cf3adb8e
commit
378572fe5b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
modules = [
|
modules = [
|
||||||
./home/home.nix
|
./home/home.nix
|
||||||
];
|
];
|
||||||
pkgs = nixpkgs.legacyPackages.${system}.extend (import ./pkgs/default.nix);
|
pkgs = nixpkgs.legacyPackages.${system}.extend (self.overlays.default);
|
||||||
extraSpecialArgs = specialArgs;
|
extraSpecialArgs = specialArgs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue