Is there a way to set package settings with my overlay? I have tried setting the settings I want into my overlay but it doesn’t seem to apply it to the theme I am installing. I would like to get rid of the big chunk in my packages containing the config if possible. Here is what I am currently doing, is there a way to combine what I am doing in my home.nix into my overlays.nix?
It should totally possible to apply this override in the overlay as well, as much as I dislike that an overlay is used without need to manipulate a leaf package…
But you don’t need to put this in your overlay to get that code out of that home.packages list. You could assign the customized package to a variable, and list the variable in home.packages: