update all deps

This commit is contained in:
2025-12-02 11:18:49 -05:00
parent dfd4b364fd
commit b81a57ddb8
27 changed files with 533 additions and 449 deletions

View File

@@ -0,0 +1,21 @@
{
config,
lib,
pkgs,
...
}: {
home.sessionVariables = {
ZK_NOTEBOOK_DIR = "zk";
};
programs = {
zk = {
enable = true;
settings = {
notebook = {
dir = "~/zk";
};
};
};
};
}