1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

anki: fix ankiAddons.passfail2 example

This commit is contained in:
June Stepp 2025-09-23 10:37:16 -05:00 committed by Austin Horstman
parent 293d105993
commit f5852ea36c

View file

@ -282,6 +282,7 @@ in
config = { config = {
again_button_name = "not quite"; again_button_name = "not quite";
good_button_name = "excellent"; good_button_name = "excellent";
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;
}; };