This commit is contained in:
rycee 2024-04-27 07:41:22 +00:00
parent 2f3b78b4da
commit 4e2c1ab7d5
1 changed files with 4 additions and 1 deletions

View File

@ -77350,7 +77350,10 @@ attribute set of ((list of string) or ((list of string) or string) convertible t
</span>
</dt>
<dd>
<p>Whether to enable <a class="link" href="https://github.com/flatpak/xdg-desktop-portal" target="_top">XDG desktop integration</a>.</p>
<p>Whether to enable <a class="link" href="https://github.com/flatpak/xdg-desktop-portal" target="_top">XDG desktop integration</a>.</p><p>Note, if you use the NixOS module and have <code class="literal">useUserPackages = true</code>,
make sure to add</p><pre><code class="programlisting nix">environment.pathsToLink = [ &quot;/share/xdg-desktop-portal&quot; &quot;/share/applications&quot; ];
</code></pre><p>to your system configuration so that the portal definitions and DE
provided configurations get linked.</p>
<p><span class="emphasis"><em>Type:</em></span>
boolean</p>