summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-02-22 12:27:46 -0500
committerBen Sima <ben@bsima.me>2021-02-22 12:27:46 -0500
commitc17526a177d796308b258d8a03dd940acfac0339 (patch)
tree4240d718cbbdbd21db17f6cdc50600e5de6d7402
parent291d66d10f9bcf169fedc9900c9db7bdde0b1c1f (diff)
Remove unnecessary languages and add rainbow to hledger
-rw-r--r--linux.nix6
1 files changed, 1 insertions, 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;