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