mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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.portal.enable = mkDefault true;
|
||||||
xdg.icons.enable = true;
|
xdg.icons.enable = true;
|
||||||
|
|
||||||
|
environment.variables = {
|
||||||
|
ELECTRON_TRASH = "kioclient";
|
||||||
|
};
|
||||||
|
|
||||||
#environment.systemPackages = [
|
#environment.systemPackages = [
|
||||||
#config.programs.gnupg.agent.pinentryPackage
|
#config.programs.gnupg.agent.pinentryPackage
|
||||||
#];
|
#];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue