From c17526a177d796308b258d8a03dd940acfac0339 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 22 Feb 2021 12:27:46 -0500 Subject: Remove unnecessary languages and add rainbow to hledger --- linux.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/linux.nix b/linux.nix index e5d6506..a597c90 100644 --- a/linux.nix +++ b/linux.nix @@ -140,13 +140,9 @@ in zathura # languages i regularly use - clojure - (haskellPackages.ghcWithPackages (ps: with ps; [hledger])) # for hledger scripting + (haskellPackages.ghcWithPackages (a: with a; [hledger rainbow])) # for hledger scripting guile - ocaml python3 - lispPackages.quicklisp - sbcl ]; }; fonts.fontconfig.enable = true; -- cgit v1.2.3