From 4cabbcca5ddaf18ba2a2ed6bdd0a2ba4f2dde85a Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 3 Dec 2025 15:32:10 +0100 Subject: [PATCH] chore(home): add commented experimental anki sync config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- home/modules/anki.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/modules/anki.nix b/home/modules/anki.nix index 7dc2601..c39f60f 100644 --- a/home/modules/anki.nix +++ b/home/modules/anki.nix @@ -1,3 +1,6 @@ { enable = true; + # sync = { + # username = config.sops.secrets."email/personal".path; + # }; }