nixos: enable keepbook sync

This commit is contained in:
2026-02-12 01:26:15 -08:00
committed by Kat Huang
parent b71ee754c7
commit c956a12e87
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 = {