mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Desktop/Plasma] make Electron apps use KDE APIs in more places
This commit is contained in:
parent
75db6463ce
commit
c6f18cc4a1
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
#];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue