Include more packages by default.
This commit is contained in:
parent
05428e4f20
commit
183eafa43d
@ -17,13 +17,8 @@
|
|||||||
mediainfo
|
mediainfo
|
||||||
flac
|
flac
|
||||||
|
|
||||||
libreoffice
|
|
||||||
recoll
|
recoll
|
||||||
minisat
|
|
||||||
prover9
|
|
||||||
uvccapture
|
uvccapture
|
||||||
veriT
|
|
||||||
nix-repl
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
19
common.nix
19
common.nix
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user