dotfiles/claude.nix

6 lines
No EOL
77 B
Nix

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