mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +01:00
phone: Inherit all overlays
Helps prevent inconsistencies.
This commit is contained in:
parent
c83f567708
commit
8d4d6b53e0
@ -17,9 +17,7 @@ in
|
|||||||
inherit (self.inputs.stylix.nixosModules) stylix;
|
inherit (self.inputs.stylix.nixosModules) stylix;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays = attrValues {
|
nixpkgs.overlays = attrValues self.overlays;
|
||||||
inherit (self.overlays) phinger-cursors;
|
|
||||||
};
|
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user