This commit is contained in:
2025-12-08 17:18:58 +00:00
parent 68a10416e1
commit 570f84684d
4 changed files with 7 additions and 13 deletions

View File

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