Install pi coding agent
This commit is contained in:
parent
0ae35598ad
commit
2b9387cf2a
3 changed files with 125 additions and 3 deletions
10
flake.nix
10
flake.nix
|
|
@ -12,6 +12,11 @@
|
|||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
pi = {
|
||||
url = "github:lukasl-dev/pi.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
emacsConfig = {
|
||||
url = "path:./flakes/emacs";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -32,6 +37,11 @@
|
|||
hostname = "TobBook";
|
||||
extraHomeManagerModules = [
|
||||
inputs.emacsConfig.homeManagerModules.aarch64-darwin
|
||||
inputs.pi.homeManagerModules.default
|
||||
({ lib, pkgs, ... }: {
|
||||
programs.pi.coding-agent.package =
|
||||
lib.lowPrio inputs.pi.packages.${pkgs.system}.coding-agent;
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue