summaryrefslogtreecommitdiff
path: root/home-manager/features/gui/apps/anki.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home-manager/features/gui/apps/anki.nix')
-rw-r--r--home-manager/features/gui/apps/anki.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/home-manager/features/gui/apps/anki.nix b/home-manager/features/gui/apps/anki.nix
index 5ae9728..be336be 100644
--- a/home-manager/features/gui/apps/anki.nix
+++ b/home-manager/features/gui/apps/anki.nix
@@ -10,6 +10,11 @@ in {
config = lib.mkIf cfg.enable {
programs.anki = {
enable = true;
+ theme = "dark";
+ style = "native";
+ addons = with pkgs.ankiAddons; [
+ anki-quizlet-importer-extended
+ ];
};
};
}