Files
2025-07-25 10:24:08 +02:00

8 lines
111 B
Nix

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