We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extraPortals
1 parent df09fb5 commit 5966fc8Copy full SHA for 5966fc8
modules/misc/xdg-portal.nix
@@ -35,9 +35,12 @@ in {
35
type = types.listOf types.package;
36
default = [ ];
37
description = ''
38
- List of additional portals that should be passed to the
39
- `xdg-desktop-portal.service`, via the `XDG_DESKTOP_PORTAL_DIR`
40
- variable.
+ List of additional portals that should be added to the environment.
+
+ The directory where the portal definitions have been merged together
41
+ (likely `~/.nix-profile/share/xdg-desktop-portal/portals`) will get
42
+ passed to `xdg-desktop-portal.service` via the
43
+ `NIX_XDG_DESKTOP_PORTAL_DIR` environment variable.
44
45
Portals allow interaction with system, like choosing files or taking
46
screenshots. At minimum, a desktop portal implementation should be
0 commit comments