add kimageformats to QT Plugins Path #586
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
desktop: {
|
||||
pkgs,
|
||||
system,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports =
|
||||
|
@ -93,6 +95,9 @@ desktop: {
|
|||
]
|
||||
else []
|
||||
);
|
||||
sessionVariables = if desktop then {
|
||||
QT_PLUGIN_PATH = lib.mkForce "\${QT_PLUGIN_PATH}:${config.i18n.inputMethod.package}/${pkgs.qt6.qtbase.qtPluginPrefix}:${pkgs.kdePackages.kimageformats}/${pkgs.qt6.qtbase.qtPluginPrefix}";
|
||||
} else {};
|
||||
};
|
||||
|
||||
programs.eza = {
|
||||
|
|
Loading…
Reference in a new issue