feat: add opencode and direnv
This commit is contained in:
@@ -5,11 +5,12 @@
|
||||
enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
opencode
|
||||
python315 graphviz
|
||||
texliveFull
|
||||
rustup gcc go
|
||||
cmake gnumake
|
||||
trunk slumber
|
||||
direnv
|
||||
];
|
||||
programs.direnv.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user