oknozor / freedesktop-icons

A rust freedestkop icon lookup implementation
MIT License
7 stars 14 forks source link

Add support for NixOS, and other irregularly pathed distros #6

Closed yavko closed 1 year ago

yavko commented 1 year ago

The variable naming is weird, but it works :)

Better explantation, distros like nix that dont use the /usr/..., or applications that store their stuff elsewhere will add to the XDG_DATA_DIRS env variable, so not in the standard locations. This PR will add support for that env var.

oknozor commented 1 year ago

Hello, @yavko there was already a pending PR for this (see: aa175c8812576dea491c4519b65f887609c83b3f). I have just merged it and will release today.

yavko commented 1 year ago

Hello, @yavko there was already a pending PR for this (see: aa175c8). I have just merged it and will release today.

Ah didn't see that it would do the same, sorry!