Closed willruggiano closed 2 years ago
Hmm. Seems that overlays.default
is "system agnostic", so simply defining it outside of a eachDefaultSystem
solves this.
eachDefaultSystem (system: { ... }) // {
overlays.default = ...;
};
Yeah, sorry. Forgot to migrate to the new schema
The new-ish way of defining overlays is like so;
but using overlaysBuilder (seemingly) doesn't make it easy to then use overlays defined this way.