nixos/plasma5: set system-wide QT_PLUGIN_PATH

This commit is contained in:
Thomas Tuegel 2017-04-22 12:24:32 -05:00
parent c37220fcf9
commit b70837e054
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -183,6 +183,7 @@ in
environment.variables = {
# Enable GTK applications to load SVG icons
GDK_PIXBUF_MODULE_FILE = "${pkgs.librsvg.out}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache";
QT_PLUGIN_PATH = "/run/current-system/sw/lib/qt5/plugins";
};
fonts.fonts = with pkgs; [ noto-fonts hack-font ];