Merge pull request 'add kimageformats to QT Plugins Path' (#586) from apply-qt-path into main
All checks were successful
update-riscv / pr (push) Successful in 3s
Hydra rainbow-resort.x86_64-linux Hydra build #16333 of nixos-config:pr585:rainbow-resort.x86_64-linux
Hydra thinkrac.x86_64-linux Hydra build #16334 of nixos-config:pr585:thinkrac.x86_64-linux
Hydra jobsets Hydra build #16335 of nixos-config:.jobsets:jobsets

Reviewed-on: #586
This commit is contained in:
Charlotte 🦝 Delenk 2024-10-15 06:06:33 +00:00
commit 753eca6814
Signed by: gitea-bot
GPG key ID: C9974EDF9932B558

View file

@ -1,6 +1,8 @@
desktop: { desktop: {
pkgs, pkgs,
system, system,
lib,
config,
... ...
}: { }: {
imports = imports =
@ -93,6 +95,9 @@ desktop: {
] ]
else [] 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 = { programs.eza = {