Change some emacs dependencies

This commit is contained in:
Evie Litherland-Smith 2023-09-12 16:16:55 +01:00
parent 4282e34bb2
commit 5fd82e89c0

View file

@ -7,22 +7,25 @@
sessionPath = [ "$HOME/.config/emacs/bin" "$HOME/.emacs.d/bin" ];
packages = with pkgs; [
# Emacs dependencies
ripgrep
coreutils
gnutls
# git-with-svn
ripgrep
cmake
fd
imagemagick
zstd
graphviz
zip
unzip
# Language-specific requirements
ispell
(aspellWithDicts (ds: with ds; [ en en-computers en-science ]))
findutils
sqlite
pandoc
gfortran
texlive.combined.scheme-medium
imagemagick
python3
isort
python3Packages.cython