mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 00:21:04 +01:00
deploy: 131f4e22c3
This commit is contained in:
parent
2b7a18a3a1
commit
3fe1f724b2
1 changed files with 26 additions and 24 deletions
|
|
@ -17705,6 +17705,7 @@ list of package</p>
|
|||
config = {
|
||||
again_button_name = "not quite";
|
||||
good_button_name = "excellent";
|
||||
toggle_names_textcolors = 1;
|
||||
};
|
||||
user_files = ./dir-to-be-merged-into-addon-user-files-dir;
|
||||
};
|
||||
|
|
@ -18131,6 +18132,31 @@ null or (unsigned integer, meaning >=0)</p>
|
|||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<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">
|
||||
<home-manager/modules/programs/anki>
|
||||
</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 > Preferences > 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 `<YOUR SYNC KEY WILL BE HERE>`”</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>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
@ -18158,30 +18184,6 @@ null or (unsigned integer, meaning >=0)</p>
|
|||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<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">
|
||||
<home-manager/modules/programs/anki>
|
||||
</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>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue