From ec031e9d9763e7faa6df7a9d17108c9c6ae59f62 Mon Sep 17 00:00:00 2001 From: William Date: Sun, 17 May 2026 11:40:02 -0300 Subject: [PATCH] remove ccusage package --- aspects/ai.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/aspects/ai.nix b/aspects/ai.nix index dc2eef0..a87ea6f 100644 --- a/aspects/ai.nix +++ b/aspects/ai.nix @@ -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;