Properly apply overlay to standalone home-manager
This commit is contained in:
parent
a3848d5d18
commit
f4ae83722a
2 changed files with 10 additions and 11 deletions
|
@ -30,11 +30,10 @@
|
|||
|
||||
homeManager = { system, specialArgs ? { } }:
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
nixpkgs.overlays = [ (import ../pkgs/default.nix) ];
|
||||
modules = [
|
||||
./home/home.nix
|
||||
];
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
pkgs = nixpkgs.legacyPackages.${system}.extend(import ./pkgs/default.nix);
|
||||
extraSpecialArgs = specialArgs;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue