From b2372a73d7a3b0a08adba03299c7980767c0f50d Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 3 Feb 2026 20:11:02 +0100 Subject: style(modules): format with nixfmt --- modules/home/productivity/anki/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/home/productivity/anki') 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 + #]; }; }; } -- cgit v1.3.1