cli: Install emacs and basic haskell environment
This commit is contained in:
parent
46630d3178
commit
8daf68d4fb
1 changed files with 8 additions and 0 deletions
|
|
@ -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" ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue