zk
This commit is contained in:
16
modules/home/zk.nix
Normal file
16
modules/home/zk.nix
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
programs.zk = {
|
||||
enable = true;
|
||||
settings = {
|
||||
notebook = {
|
||||
path = "~/Projects/Personal/Zettelkasten";
|
||||
};
|
||||
note = {
|
||||
language = "en";
|
||||
};
|
||||
extra = {
|
||||
author = "Christoph Schmatzler";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user