aboutsummaryrefslogtreecommitdiff
path: root/modules/home/productivity/anki
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2026-02-03 20:11:02 +0100
committerschererleander <leander@schererleander.de>2026-02-03 20:11:02 +0100
commitb2372a73d7a3b0a08adba03299c7980767c0f50d (patch)
tree0344f98df5e25e9fdedbe5ab2062780227f2c640 /modules/home/productivity/anki
parenta7b6721b7ead027ce752c30d0e105ef456fb9f24 (diff)
style(modules): format with nixfmt
Diffstat (limited to 'modules/home/productivity/anki')
-rw-r--r--modules/home/productivity/anki/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/home/productivity/anki/default.nix b/modules/home/productivity/anki/default.nix
index 84b1655..6a95f83 100644
--- a/modules/home/productivity/anki/default.nix
+++ b/modules/home/productivity/anki/default.nix
@@ -13,12 +13,12 @@ in
};
config = mkIf cfg.enable {
programs.anki = {
- enable = true;
- #style = "native";
- #addons = with pkgs.ankiAddons; [
- # anki-connect
- # review-heatmap
- #];
+ enable = true;
+ #style = "native";
+ #addons = with pkgs.ankiAddons; [
+ # anki-connect
+ # review-heatmap
+ #];
};
};
}