Begin add Plandex Pkgs
This commit is contained in:
parent
ac0932aec7
commit
a91480e10c
3 changed files with 33 additions and 0 deletions
7
home/programs/plandex.nix
Normal file
7
home/programs/plandex.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
let
|
||||
plandex_cli = pkgs.callPackage ../../pkgs/plandex_cli.nix { };
|
||||
in
|
||||
{
|
||||
home.packages = [plandex_cli];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue