nixos/plasma5: set system-wide QT_PLUGIN_PATH
This commit is contained in:
parent
c37220fcf9
commit
b70837e054
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue