nixos: enable keepbook sync

This commit is contained in:
2026-02-12 01:26:15 -08:00
parent 4f29a0d48d
commit 97f65425dc
6 changed files with 187 additions and 0 deletions

View File

@@ -45,6 +45,14 @@
};
};
keepbook = {
url = "path:/home/imalison/Projects/keepbook";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
org-agenda-api = {
url = "github:colonelpanic8/org-agenda-api";
inputs = {