phone: Inherit all overlays

Helps prevent inconsistencies.
This commit is contained in:
Donovan Glover 2024-06-18 09:01:20 -04:00
parent c83f567708
commit 8d4d6b53e0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -17,9 +17,7 @@ in
inherit (self.inputs.stylix.nixosModules) stylix;
};
nixpkgs.overlays = attrValues {
inherit (self.overlays) phinger-cursors;
};
nixpkgs.overlays = attrValues self.overlays;
home-manager = {
useGlobalPkgs = true;