From c6f18cc4a1a706c28fee0fbe06eec4cf16ed4e07 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 7 Nov 2024 13:01:42 +0100 Subject: [PATCH] [Desktop/Plasma] make Electron apps use KDE APIs in more places --- desktop/plasma/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/desktop/plasma/default.nix b/desktop/plasma/default.nix index d7c2533..0670f02 100644 --- a/desktop/plasma/default.nix +++ b/desktop/plasma/default.nix @@ -24,6 +24,10 @@ in { xdg.portal.enable = mkDefault true; xdg.icons.enable = true; + environment.variables = { + ELECTRON_TRASH = "kioclient"; + }; + #environment.systemPackages = [ #config.programs.gnupg.agent.pinentryPackage #];