feat(homes/rafiq): add zk notes cli tool

This commit is contained in:
Mohammad Rafiq 2025-07-04 23:27:21 +08:00
parent e5a6cc9626
commit c4151ec5cf
No known key found for this signature in database

View file

@ -0,0 +1,8 @@
{
programs.zk ={
enable = true;
settings = {
notebook.dir = "~/notebook";
};
};
}