
No icons on Inkscape
This issue was found and fixed using NixOS 23.05 (Stoat).
I was trying to edit an SVG with Inkscape, and I found this:

Normally look like this:

The rest of the icons but + and - signs seems to work fine, it only affects GTK applications.
To solve this, I added the following packages for my NixOS configuration
1pkgs.gnome.adwaita-icon-theme
2pkgs.gnome-icon-theme
3pkgs.hicolor-icon-theme
Now you will have GTK icons rendered correctly.