diff options
author | Ben Sima <ben@bsima.me> | 2021-02-22 12:27:46 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-02-22 12:27:46 -0500 |
commit | c17526a177d796308b258d8a03dd940acfac0339 (patch) | |
tree | 4240d718cbbdbd21db17f6cdc50600e5de6d7402 | |
parent | 291d66d10f9bcf169fedc9900c9db7bdde0b1c1f (diff) |
Remove unnecessary languages and add rainbow to hledger
-rw-r--r-- | linux.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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; |