Add claude code to mac

This commit is contained in:
Arnie 2026-01-02 23:28:02 +01:00
parent b9b62ea3c3
commit fa9c2115e9
No known key found for this signature in database
GPG Key ID: 4BDFA3BCF2999D11
2 changed files with 16 additions and 1 deletions

View File

@ -106,7 +106,21 @@
(
{ ... }:
{
nixpkgs.overlays = [ overlay ];
nixpkgs.overlays = [
overlay
(
self: super:
let
nixpkgsWithFree = import nixpkgs {
system = "aarch64-darwin";
config.allowUnfree = true;
};
in
{
claude-code = nixpkgsWithFree.claude-code;
}
)
];
}
)
mac-app-util.darwinModules.default

View File

@ -32,6 +32,7 @@ in
home.stateVersion = "24.11";
home.packages = with pkgs; [
claude-code
colima
docker
hammerspoon