remove ccusage package
This commit is contained in:
parent
1e363a452a
commit
ec031e9d97
1 changed files with 6 additions and 2 deletions
|
|
@ -10,7 +10,6 @@
|
||||||
playwright-mcp
|
playwright-mcp
|
||||||
])
|
])
|
||||||
++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [
|
++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||||
ccusage-opencode
|
|
||||||
opencode
|
opencode
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
@ -22,7 +21,12 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
homeManager.ai =
|
homeManager.ai =
|
||||||
{ config, inputs, pkgs, ... }:
|
{
|
||||||
|
config,
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
{
|
{
|
||||||
programs.opencode = {
|
programs.opencode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue