feat(ai): add omp (oh-my-pi) and herdrm, bump llm-agents input
This commit is contained in:
parent
5fe4270f68
commit
3635f7a81c
3 changed files with 18 additions and 13 deletions
|
|
@ -12,7 +12,10 @@ in
|
|||
};
|
||||
taps = mkOption {
|
||||
type = types.listOf types.str;
|
||||
default = [ "FelixKratz/formulae" ];
|
||||
default = [
|
||||
"FelixKratz/formulae"
|
||||
"owo-network/brew"
|
||||
];
|
||||
description = "Homebrew taps to add.";
|
||||
};
|
||||
brews = mkOption {
|
||||
|
|
@ -22,6 +25,7 @@ in
|
|||
"yt-dlp"
|
||||
"infisical"
|
||||
"mole"
|
||||
"herdrm"
|
||||
];
|
||||
description = "Homebrew formulae to install.";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -283,6 +283,7 @@ in
|
|||
llmPkgs.cursor-agent
|
||||
llmPkgs.herdr # latest - terminal agent multiplexer
|
||||
llmPkgs.grok
|
||||
llmPkgs.omp # latest - oh-my-pi terminal coding agent
|
||||
]
|
||||
++ zaiWrapperPackages
|
||||
++ kimiWrapperPackages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue