Files
nix-config/hosts/common/optional/claude-code.nix

6 lines
79 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ claude-code ];
}