feat(ai): add omp (oh-my-pi) and herdrm, bump llm-agents input

This commit is contained in:
Rasyidan Akbar F. 2026-08-21 11:31:41 +07:00
commit 3635f7a81c
3 changed files with 18 additions and 13 deletions

View file

@ -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.";
};