This commit is contained in:
2025-12-08 16:52:42 +00:00
parent b5a0ab8df5
commit 68a10416e1
6 changed files with 88 additions and 1 deletions

16
modules/home/zk.nix Normal file
View File

@@ -0,0 +1,16 @@
{
programs.zk = {
enable = true;
settings = {
notebook = {
path = "~/Projects/Personal/Zettelkasten";
};
note = {
language = "en";
};
extra = {
author = "Christoph Schmatzler";
};
};
};
}