9 lines
137 B
Nix
9 lines
137 B
Nix
{
|
|
persistDirs = [ "notebook" ];
|
|
programs.zk = {
|
|
enable = true;
|
|
settings = {
|
|
notebook.dir = "~/notebook";
|
|
};
|
|
};
|
|
}
|