Add graphviz package for emacs org-roam graph rendering

This commit is contained in:
Evie Litherland-Smith 2024-02-19 09:35:24 +00:00
parent a59697270d
commit 735d596728

View file

@ -146,18 +146,13 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
# Emacs requirements # Emacs requirements
fd
ripgrep
imagemagick imagemagick
languagetool languagetool
wordnet wordnet
(aspellWithDicts (ds: with ds; [en en-computers en-science])) (aspellWithDicts (ds: with ds; [en en-computers en-science]))
gnuplot # For org-plot
# For org-plot graphviz # For org-roam graph
gnuplot mp3info # For EMMS
# For EMMS
mp3info
# Language-specific requirements # Language-specific requirements
sqlite sqlite
@ -169,18 +164,7 @@
# Customised LaTeX install # Customised LaTeX install
# texlive.combined.scheme-full # texlive.combined.scheme-full
(texlive.combine { (texlive.combine {
inherit inherit (pkgs.texlive) scheme-basic dvisvgm dvipng wrapfig amsmath ulem hyperref capt-of beamer;
(pkgs.texlive)
scheme-basic
dvisvgm
dvipng
wrapfig
amsmath
ulem
hyperref
capt-of
beamer
;
}) })
]; ];
} }