feature(claude): add claude code as a module

This commit is contained in:
2026-05-01 18:35:28 +02:00
parent 8b275aac66
commit 8605bf7a6b
2 changed files with 8 additions and 0 deletions

View File

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