summaryrefslogtreecommitdiff
path: root/packages.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-12 14:04:41 -0700
committerBen Sima <ben@bsima.me>2019-05-12 14:06:47 -0700
commit62064f5dbe780a9d8d9d79731d1565e31ef8877f (patch)
tree0a4859db9e76e37be43568f9e4ba78835dbac3c8 /packages.nix
parentf80b644093a19110dc64a79cda26267536ff226d (diff)
re-enable texlive
Diffstat (limited to 'packages.nix')
-rw-r--r--packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages.nix b/packages.nix
index 38eb4ff..9ca11a3 100644
--- a/packages.nix
+++ b/packages.nix
@@ -1,5 +1,7 @@
{ pkgs }:
+# All common packages go here. Linux-specific should go in `linux.nix'
+
with pkgs;
let
cmdtree = stdenv.mkDerivation {
@@ -43,7 +45,7 @@ hledger-web
htop
ispell
jq
-#texlive.combined.scheme-full
+texlive.combined.scheme-full
ledger
libnotify
lsof