Add plantuml
This commit is contained in:
parent
8da85e7291
commit
d85532eb77
|
@ -12,6 +12,7 @@
|
|||
# For graph generation
|
||||
graphviz
|
||||
sqlite
|
||||
plantuml
|
||||
# For latex editing
|
||||
texlive.combined.scheme-medium
|
||||
# For notifications
|
||||
|
|
|
@ -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
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue