Include more packages by default.

This commit is contained in:
Gabriel Ebner 2015-08-26 12:22:16 +02:00
parent 05428e4f20
commit 183eafa43d
2 changed files with 18 additions and 6 deletions

View File

@ -17,13 +17,8 @@
mediainfo
flac
libreoffice
recoll
minisat
prover9
uvccapture
veriT
nix-repl
];
}

View File

@ -29,7 +29,7 @@
# defaultLocale = "en_US.UTF-8";
# };
environment.systemPackages = with pkgs; with haskellngPackages; [
environment.systemPackages = with pkgs.haskellPackages; with pkgs; [
stdenv
nox
wget
@ -94,6 +94,23 @@
emacs
ghostscript # for auctex
aspell
libreoffice
calibre
mediainfo
isync
mu
msmtp
veriT
minisat
prover9
eprover
z3
why3
nix-repl
] ++ (with aspellDicts; [ en de fr nl ]);
nixpkgs.config.packageOverrides = pkgs: rec {