From 8daf68d4fbe82e337bae5f97f79c6b3146478645 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sun, 22 Aug 2021 12:41:56 +0200 Subject: [PATCH] cli: Install emacs and basic haskell environment --- home/cli.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/cli.nix b/home/cli.nix index f408785..49f6a2c 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -28,6 +28,14 @@ unzip gotop ripgrep # better grep + + # editors + emacs-nox + + # haskell + cabal2nix + nix-prefetch-git + cabal-install ]; home.extraOutputsToInstall = [ "doc" "info" "devdoc" ];