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

5 lines
78 B
Nix

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