diff --git a/desktop/plasma.nix b/desktop/plasma.nix index 4316bb3..4882345 100644 --- a/desktop/plasma.nix +++ b/desktop/plasma.nix @@ -65,6 +65,10 @@ in { krdc ]; + environment.profileRelativeSessionVariables = { + QT_PLUGIN_PATH = mkForce []; # Remove as it causes many issues when pulling one package from nixos-unstable + }; + xdg.portal = { enable = mkDefault true; };