I am working on a package that installs a theme for the prismlauncher program / package. The theme would be it’s own package prismlauncher-theme-oreui, but I don’t know how to make them related? Should a nixos or home-manager option be introduced, something like addons, where you can put the package?
Prismlauncher looks in $HOME/.local/share/PrismLauncher/themes and $HOME/.local/share/PrismLauncher/iconthemes for theme folders, and installing them is trivial. The question is how do I make PrismLauncher see the other package?
The theme: https://github.com/ninsent/Ore-UI-theme-pack/tree/1.0
Edit: I am realizing this is not a trivial ask. Unless i can just have the folder share/prismlauncher/ symlinked into the $HOME/.local/ i need to do something else.