Add plantuml

This commit is contained in:
Nathan McCarty 2022-10-17 16:57:10 -04:00
parent 8da85e7291
commit d85532eb77
2 changed files with 7 additions and 3 deletions

View File

@ -12,6 +12,7 @@
# For graph generation
graphviz
sqlite
plantuml
# For latex editing
texlive.combined.scheme-medium
# For notifications

View File

@ -13,9 +13,12 @@ with nLib; {
config = mkMerge [
# Core development utilites
(mkIf devel.core {
home.packages = with pkgs;
# Experimental mold!
[ unstable.mold ];
home.packages = with pkgs; [
# Experimental mold!
unstable.mold
# Java
jdk
];
})
];
}