nixos/extra/tex.nix
2021-06-02 10:40:12 +02:00

9 lines
144 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
jabref
biber
texlive.combined.scheme-full
texstudio
];
}