nixos/plasma5: set system-wide QT_PLUGIN_PATH
This commit is contained in:
parent
c37220fcf9
commit
b70837e054
@ -183,6 +183,7 @@ in
|
|||||||
environment.variables = {
|
environment.variables = {
|
||||||
# Enable GTK applications to load SVG icons
|
# Enable GTK applications to load SVG icons
|
||||||
GDK_PIXBUF_MODULE_FILE = "${pkgs.librsvg.out}/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache";
|
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 ];
|
fonts.fonts = with pkgs; [ noto-fonts hack-font ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user