This commit is contained in:
2025-01-16 13:22:22 -05:00
parent a818d3d1df
commit 679ebeacba
7 changed files with 262 additions and 110 deletions

View File

@@ -38,6 +38,16 @@
notebook = {
dir = "~/zk";
};
group = {
daily = {
paths = ["journal/daily"];
note = {
filename = "{{format-date now '%Y-%m-%d'}}";
extension = "md";
template = "daily.md";
};
};
};
};
};
jq = {
@@ -66,6 +76,8 @@
slides
graph-easy
obsidian
nodejs
taskwarrior-tui
];
programs.home-manager.enable = true;