diff options
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -86,7 +86,7 @@ Each host imports: - ROCm acceleration for local LLMs with RX 6800 GPU **Laptop** (`hosts/laptop/configuration.nix`): -- Imports: `common.nix`, `dev.nix` +- Imports: `common.nix`, `dev.nix`, `re.nix` - Laptop-specific: backlight control (`programs.light`), battery alias - Wireless via iwd - keyd for capslock → ctrl/esc overlay @@ -127,6 +127,12 @@ Each host imports: - User module adds Continue VSCode extension with Ollama proxy config - Desktop host configures Ollama service with ROCm acceleration +**re.nix** (system + user): +- Extends dev.nix (inherits all dev features) +- User module (`modules/home/re.nix`) provides reverse engineering tools: binaryninja-free, avalonia-ilspy, imhex, ghidra (via `modules/home/ghidra.nix`) +- `ghidra.nix` wraps Ghidra to launch in PyGhidra mode using the bundled pyghidra wheel +- Used by: laptop + ## Special Configurations ### AMD ROCm for Local LLMs (Desktop Only) |
