Change some emacs dependencies
This commit is contained in:
parent
4282e34bb2
commit
5fd82e89c0
|
@ -7,22 +7,25 @@
|
||||||
sessionPath = [ "$HOME/.config/emacs/bin" "$HOME/.emacs.d/bin" ];
|
sessionPath = [ "$HOME/.config/emacs/bin" "$HOME/.emacs.d/bin" ];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Emacs dependencies
|
# Emacs dependencies
|
||||||
ripgrep
|
|
||||||
coreutils
|
coreutils
|
||||||
|
gnutls
|
||||||
|
# git-with-svn
|
||||||
|
ripgrep
|
||||||
cmake
|
cmake
|
||||||
fd
|
fd
|
||||||
|
imagemagick
|
||||||
|
zstd
|
||||||
graphviz
|
graphviz
|
||||||
zip
|
zip
|
||||||
unzip
|
unzip
|
||||||
|
|
||||||
# Language-specific requirements
|
# Language-specific requirements
|
||||||
ispell
|
(aspellWithDicts (ds: with ds; [ en en-computers en-science ]))
|
||||||
findutils
|
findutils
|
||||||
sqlite
|
sqlite
|
||||||
pandoc
|
pandoc
|
||||||
gfortran
|
gfortran
|
||||||
texlive.combined.scheme-medium
|
texlive.combined.scheme-medium
|
||||||
imagemagick
|
|
||||||
python3
|
python3
|
||||||
isort
|
isort
|
||||||
python3Packages.cython
|
python3Packages.cython
|
||||||
|
|
Loading…
Reference in a new issue