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