Add claude-code module

This commit is contained in:
Yan Lin 2025-09-24 10:34:41 +02:00
parent 4d33ba175f
commit 4131b5fe34
3 changed files with 105 additions and 2 deletions

View file

@ -18,6 +18,7 @@
../../modules/syncthing.nix
../../modules/dictionary.nix
../../modules/yt-dlp.nix
../../modules/claude-code.nix
../../config/fonts.nix
];
@ -38,6 +39,11 @@
windowHeight = 999;
};
# Claude Code configuration
programs.claude-code-custom = {
enable = true;
};
home.username = "yanlin";
home.homeDirectory = "/Users/yanlin";
home.stateVersion = "24.05";
@ -181,7 +187,6 @@
texlive.combined.scheme-full
python312
uv
claude-code.packages.aarch64-darwin.claude-code
lazysql
sqlite
];