From 4e2c1ab7d51413a860dce3c2c0f72594fb894a34 Mon Sep 17 00:00:00 2001 From: rycee Date: Sat, 27 Apr 2024 07:41:22 +0000 Subject: [PATCH] deploy: c1609d584a6b5e9e6a02010f51bd368cb4782f8e --- options.xhtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/options.xhtml b/options.xhtml index fe54808e6..980cbd851 100644 --- a/options.xhtml +++ b/options.xhtml @@ -77350,7 +77350,10 @@ attribute set of ((list of string) or ((list of string) or string) convertible t
-

Whether to enable XDG desktop integration.

+

Whether to enable XDG desktop integration.

Note, if you use the NixOS module and have useUserPackages = true, +make sure to add

environment.pathsToLink = [ "/share/xdg-desktop-portal" "/share/applications" ];
+

to your system configuration so that the portal definitions and DE +provided configurations get linked.

Type: boolean