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
|
||||
])
|
||||
++ (with inputs.nix-ai-tools.packages.${pkgs.stdenv.hostPlatform.system}; [
|
||||
ccusage-opencode
|
||||
opencode
|
||||
]);
|
||||
|
||||
|
|
@ -22,7 +21,12 @@
|
|||
};
|
||||
};
|
||||
homeManager.ai =
|
||||
{ config, inputs, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.opencode = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue