snowfallorg / nix-software-center

A simple gtk4/libadwaita software center to easily install and manage nix packages
GNU General Public License v3.0
572 stars 16 forks source link

allow configuring icons #53

Closed KiaraGrouwstra closed 7 months ago

KiaraGrouwstra commented 9 months ago

hi there, thanks for making this! this might be a bit of a nitpick, but i was wondering if it might be possible to allow configuring the icon set used for the software in the store. e.g. i'm personally using papirus icons in nixos now, and imagine others might have icon sets they like as well. i thought it might be possible to user a system-provided icon set, although maybe another way could be to have a configuration allowing to set preferences like this.

olifloof commented 9 months ago

I'm not sure where the icons are grabbed from, but I have a feeling that they might be being pulled directly from nixpkgs

KiaraGrouwstra commented 7 months ago

i was thinking about just overriding the font tho i'm having trouble getting it to load the explore categories, so this may not have worked

KiaraGrouwstra commented 7 months ago

oh i think home-manager's gtk.iconTheme does this