summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;