remove ccusage package

This commit is contained in:
William 2026-05-17 11:40:02 -03:00
parent 1e363a452a
commit ec031e9d97

View file

@ -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;