fix(xdg-portals): Issue opening urls
See: https://github.com/NixOS/nixpkgs/issues/189851
This commit is contained in:
parent
c3b51045b8
commit
31636c058a
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ in
|
||||||
TimeoutSec = 180;
|
TimeoutSec = 180;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
# Fix xdg-portals issue issue: https://github.com/NixOS/nixpkgs/issues/189851
|
||||||
|
systemd.user.extraConfig = ''
|
||||||
|
DefaultEnvironment="PATH=/run/wrappers/bin:/etc/profiles/per-user/%u/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin"
|
||||||
|
'';
|
||||||
|
|
||||||
fonts.fontDir.enable = true;
|
fonts.fontDir.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue