Files
dot/newnix/modules/home/llm.nix
2026-02-06 20:51:39 +01:00

10 lines
108 B
Nix

{ config, pkgs, ... }:
{
home.packages = with pkgs; [
claude-code
opencode
gemini-cli
];
}