cli: Install emacs and basic haskell environment

This commit is contained in:
Alexander Kobjolke 2021-08-22 12:41:56 +02:00
parent 46630d3178
commit 8daf68d4fb

View file

@ -28,6 +28,14 @@
unzip unzip
gotop gotop
ripgrep # better grep ripgrep # better grep
# editors
emacs-nox
# haskell
cabal2nix
nix-prefetch-git
cabal-install
]; ];
home.extraOutputsToInstall = [ "doc" "info" "devdoc" ]; home.extraOutputsToInstall = [ "doc" "info" "devdoc" ];