add flow for ebooks

This commit is contained in:
Hunter Haugen 2026-04-01 21:57:09 -07:00
parent 72d179fce9
commit 781572c561
Signed by: hunner
GPG key ID: EF99694AA599DDAD
5 changed files with 135 additions and 1 deletions

View file

@ -102,6 +102,7 @@
overlay-local = final: prev: {
codex = prev.callPackage ./pkgs/codex/package.nix { };
flow = prev.callPackage ./pkgs/flow/package.nix { };
opencode = prev.callPackage ./pkgs/opencode/package.nix { };
pi-coding-agent = prev.callPackage ./pkgs/pi-coding-agent/package.nix { };
beads =
@ -179,7 +180,7 @@
inherit openclaw-flake;
};
modules = [
({ ... }: { nixpkgs.overlays = [ overlay-unstable overlay-etherpad-fixes openclaw-flake.overlays.default ]; })
({ ... }: { nixpkgs.overlays = [ overlay-unstable overlay-etherpad-fixes overlay-local openclaw-flake.overlays.default ]; })
home-manager.nixosModules.home-manager
./hosts/ruil/configuration.nix
sops-nix.nixosModules.sops