Updated development home module to contain AI tools

This commit is contained in:
Random936
2026-04-26 09:31:50 -04:00
parent 0f9900c878
commit 0c0fbb5e02
3 changed files with 10 additions and 8 deletions

View File

@@ -79,11 +79,4 @@
};
};
};
# System Packeges Related to AI
environment.systemPackages = with pkgs; [
opencode
openclaw
claude-code
];
}