1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00
This commit is contained in:
rycee 2023-12-27 11:21:45 +00:00
parent e3f8a26ed1
commit 015052aaef

View file

@ -56294,14 +56294,13 @@ null or signed integer</p>
<code class="literal">pinentry-gnome3</code> may not work on non-Gnome <code class="literal">pinentry-gnome3</code> may not work on non-Gnome
systems. You can fix it by adding the following to your systems. You can fix it by adding the following to your
system configuration:</p><pre><code class="programlisting nix">services.dbus.packages = [ pkgs.gcr ]; system configuration:</p><pre><code class="programlisting nix">services.dbus.packages = [ pkgs.gcr ];
</code></pre><p>For this reason, the default is <code class="literal">gtk2</code> for </code></pre>
now.</p>
<p><span class="emphasis"><em>Type:</em></span> <p><span class="emphasis"><em>Type:</em></span>
null or one of “curses”, “tty”, “emacs”, “gnome3”, “qt”</p> null or one of “curses”, “tty”, “emacs”, “gnome3”, “qt”</p>
<p><span class="emphasis"><em>Default:</em></span> <p><span class="emphasis"><em>Default:</em></span>
<code class="literal">&quot;gtk2&quot;</code></p> <code class="literal">null</code></p>
<p><span class="emphasis"><em>Example:</em></span> <p><span class="emphasis"><em>Example:</em></span>
<code class="literal">&quot;gnome3&quot;</code></p> <code class="literal">&quot;gnome3&quot;</code></p>