feat: add opencode and direnv
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user