mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +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;
|
||||
};
|
||||
|
||||
nixpkgs.overlays = attrValues {
|
||||
inherit (self.overlays) phinger-cursors;
|
||||
};
|
||||
nixpkgs.overlays = attrValues self.overlays;
|
||||
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
Loading…
Reference in New Issue
Block a user