[Desktop/Plasma] Attempt to remove QT_PLUGIN_PATH

This commit is contained in:
Antoine Viallon 2023-04-27 18:10:30 +02:00
parent 809ec80ad4
commit 6c9bf18d43
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -65,6 +65,10 @@ in {
krdc krdc
]; ];
environment.profileRelativeSessionVariables = {
QT_PLUGIN_PATH = mkForce []; # Remove as it causes many issues when pulling one package from nixos-unstable
};
xdg.portal = { xdg.portal = {
enable = mkDefault true; enable = mkDefault true;
}; };