nixos/extra/tex.nix

10 lines
144 B
Nix
Raw Normal View History

2020-11-16 21:14:46 +01:00
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
2021-06-02 10:37:28 +02:00
jabref
2020-11-16 21:14:46 +01:00
biber
texlive.combined.scheme-full
texstudio
];
}