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

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

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