nixos-config/large-sw.nix

19 lines
323 B
Nix
Raw Normal View History

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs.haskellPackages; with pkgs; [
2016-09-21 15:11:17 +02:00
idea-community-eap
clion-eap
texlive.combined.scheme-full biber
androidsdk
gimp
inkscape
jabref
2016-08-01 09:11:06 +02:00
stable.libreoffice
stable.calibre
coq_8_5
] ++ (with aspellDicts; [ en de fr nl ]);
}