feat: add opencode and direnv

This commit is contained in:
2026-01-25 20:24:57 +02:00
parent 65b238ebd5
commit a3053b90be

View File

@@ -5,11 +5,12 @@
enable = true; enable = true;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
opencode
python315 graphviz python315 graphviz
texliveFull texliveFull
rustup gcc go rustup gcc go
cmake gnumake cmake gnumake
trunk slumber trunk slumber
direnv
]; ];
programs.direnv.enable = true;
} }