merge
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{
|
||||
|
||||
options.custom = {
|
||||
pi.enable = lib.mkEnableOption "enable pi - pi.dev coding agent";
|
||||
};
|
||||
|
||||
config = lib.mkIf config.custom.pi.enable {
|
||||
home.packages = with pkgs; [
|
||||
pi-coding-agent
|
||||
worktrunk
|
||||
sesh
|
||||
sl
|
||||
ntfy-sh
|
||||
signal-cli
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user