Files
nixos-config/modules/home/zk.nix
2025-12-08 17:03:49 +00:00

17 lines
226 B
Nix

{
programs.zk = {
enable = true;
settings = {
notebook = {
path = "~/Projects/Personal/Zettelkasten";
};
note = {
language = "en";
};
extra = {
author = "Christoph Schmatzler";
};
};
};
}