1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-04 08:01:02 +01:00
This commit is contained in:
khaneliman 2025-09-23 18:45:09 +00:00
parent 2b7a18a3a1
commit 3fe1f724b2

View file

@ -17705,6 +17705,7 @@ list of package</p>
config = { config = {
again_button_name = &quot;not quite&quot;; again_button_name = &quot;not quite&quot;;
good_button_name = &quot;excellent&quot;; good_button_name = &quot;excellent&quot;;
toggle_names_textcolors = 1;
}; };
user_files = ./dir-to-be-merged-into-addon-user-files-dir; user_files = ./dir-to-be-merged-into-addon-user-files-dir;
}; };
@ -18131,6 +18132,31 @@ null or (unsigned integer, meaning &gt;=0)</p>
<p><span class="emphasis"><em>Example:</em></span> <p><span class="emphasis"><em>Example:</em></span>
<code class="literal">15</code></p> <code class="literal">15</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/anki" target="_top">
&lt;home-manager/modules/programs/anki&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.anki.sync.keyFile"></a><a class="term" href="options.xhtml#opt-programs.anki.sync.keyFile"><code class="option">programs.anki.sync.keyFile</code>
</a>
</span>
</dt>
<dd>
<p>Path to a file containing the sync account sync key. This is different from
the account password.</p><p>To get the sync key, follow these steps:</p><div class="itemizedlist"><ul class="itemizedlist " style="list-style-type: disc;"><li class="listitem"><p>Enable this Home Manager module: <code class="literal">programs.anki.enable = true</code></p></li><li class="listitem"><p>Open Anki.</p></li><li class="listitem"><p>Navigate to the sync settings page. (Tools &gt; Preferences &gt; Syncing)</p></li><li class="listitem"><p>Log in to your AnkiWeb account.</p></li><li class="listitem"><p>Select “Yes” to the prompt about saving preferences and syncing.</p></li><li class="listitem"><p>A Home Manager warning prompt will show. Select “Show details…”.</p></li><li class="listitem"><p>Get your sync key from the message: “syncKey changed from `None` to `&lt;YOUR SYNC KEY WILL BE HERE&gt;`”</p></li></ul></div>
<p><span class="emphasis"><em>Type:</em></span>
null or absolute path</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
<tr><td> <tr><td>
@ -18158,30 +18184,6 @@ null or (unsigned integer, meaning &gt;=0)</p>
<p><span class="emphasis"><em>Example:</em></span> <p><span class="emphasis"><em>Example:</em></span>
<code class="literal">60</code></p> <code class="literal">60</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/anki" target="_top">
&lt;home-manager/modules/programs/anki&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.anki.sync.passwordFile"></a><a class="term" href="options.xhtml#opt-programs.anki.sync.passwordFile"><code class="option">programs.anki.sync.passwordFile</code>
</a>
</span>
</dt>
<dd>
<p>Path to a file containing the sync account password.</p>
<p><span class="emphasis"><em>Type:</em></span>
null or absolute path</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">null</code></p>
<p><span class="emphasis"><em>Declared by:</em></span></p> <p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist"> <table border="0" summary="Simple list" class="simplelist">
<tr><td> <tr><td>