diff options
-rw-r--r-- | packages.nix | 4 |
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 |