From 6c9bf18d43d0034a8d666b150d71149fa1931821 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 27 Apr 2023 18:10:30 +0200 Subject: [PATCH] [Desktop/Plasma] Attempt to remove QT_PLUGIN_PATH --- desktop/plasma.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; };