Development environment with nix-shell: Difference between revisions

imported>Stunkymonkey
fix syntax higlighting for nix
imported>Stunkymonkey
add missing `}` for hicolor-icons
Line 115: Line 115:
=== Icons not working ===
=== Icons not working ===
Similar to the Gsettings issue, icons can be added with XDG_DATA_DIRS:
Similar to the Gsettings issue, icons can be added with XDG_DATA_DIRS:
<pre> XDG_DATA_DIRS=...:${hicolor-icon-theme/share:${gnome3.adwaita-icon-theme}/share</pre>
<pre> XDG_DATA_DIRS=...:${hicolor-icon-theme/share}:${gnome3.adwaita-icon-theme}/share</pre>