Skip to content
Discussion options

You must be logged in to vote

@appleptree We have stylesets.<name>sections and stylesets.<name>.globalSection, should we have a stylesets.<name>.content, and then

``
  ${lib.generators.toINIWithGlobalSection { inherit (config.stylesets.<name>) globalSection; }}
  ${config.stylesets.<name>.content}
  ${lib.generators.toINIWithGlobalSection { inherit (config.stylesets.<name>) sections; }}
``

?

@karldelandsheere

Add the path using config.settings.ui.stylesets-dirs. Those options don't take paths. That settings option is the one we use to add our stylesets path, and it will append to whatever you have if you provided your own value. Sorry it took me so long to get to this.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by karldelandsheere
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants