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
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:
commit
753eca6814
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