Add graphviz to emacs for graph generation

This commit is contained in:
Nathan McCarty 2022-05-03 05:05:12 -04:00
parent 8f9f710523
commit e0470f61bc
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ in
emacsPackage emacsPackage
# For markdown rendering # For markdown rendering
pkgs.pythonPackages.grip pkgs.pythonPackages.grip
# For graph generation
pkgs.graphviz
]; ];
# Utilize home-manager # Utilize home-manager