Add plantuml
This commit is contained in:
parent
8da85e7291
commit
d85532eb77
|
@ -12,6 +12,7 @@
|
||||||
# For graph generation
|
# For graph generation
|
||||||
graphviz
|
graphviz
|
||||||
sqlite
|
sqlite
|
||||||
|
plantuml
|
||||||
# For latex editing
|
# For latex editing
|
||||||
texlive.combined.scheme-medium
|
texlive.combined.scheme-medium
|
||||||
# For notifications
|
# For notifications
|
||||||
|
|
|
@ -13,9 +13,12 @@ with nLib; {
|
||||||
config = mkMerge [
|
config = mkMerge [
|
||||||
# Core development utilites
|
# Core development utilites
|
||||||
(mkIf devel.core {
|
(mkIf devel.core {
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs; [
|
||||||
# Experimental mold!
|
# Experimental mold!
|
||||||
[ unstable.mold ];
|
unstable.mold
|
||||||
|
# Java
|
||||||
|
jdk
|
||||||
|
];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue