diff --git a/options.xhtml b/options.xhtml index 08a42c1a8..35f234535 100644 --- a/options.xhtml +++ b/options.xhtml @@ -17705,6 +17705,7 @@ list of package
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)Example:
15
Declared by:
+
+
+<home-manager/modules/programs/anki>
+
+ |
programs.anki.sync.keyFile
+
+
+Path to a file containing the sync account sync key. This is different from +the account password.
To get the sync key, follow these steps:
Enable this Home Manager module: programs.anki.enable = true
Open Anki.
Navigate to the sync settings page. (Tools > Preferences > Syncing)
Log in to your AnkiWeb account.
Select “Yes” to the prompt about saving preferences and syncing.
A Home Manager warning prompt will show. Select “Show details…”.
Get your sync key from the message: “syncKey changed from `None` to `<YOUR SYNC KEY WILL BE HERE>`”
Type: +null or absolute path
+ +Default:
+null
Declared by:
|
@@ -18158,30 +18184,6 @@ null or (unsigned integer, meaning >=0)
Example:
Declared by: -
programs.anki.sync.passwordFile
-
-
-Path to a file containing the sync account password. - -Type: -null or absolute path - -Default:
- Declared by: |