1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-05 09:08:47 +02:00
nixos-config/users/rouven/modules/tex/default.nix

8 lines
121 B
Nix

{ pkgs, ... }:
{
home.packages = [
(pkgs.texlive.combine {
inherit (pkgs.texlive) scheme-full;
})
];
}