add flow for ebooks
This commit is contained in:
parent
72d179fce9
commit
781572c561
5 changed files with 135 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue