feat: add claude-code for nix

This commit is contained in:
2025-08-06 18:49:19 +05:00
parent cb8898414d
commit 17ae76156e
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ claude-code ];
}

View File

@@ -47,6 +47,7 @@
"nix-ld"
"secure-boot"
"yubikey"
"claude-code"
])
#