Latex: full scheme

This commit is contained in:
Filippo Berto 2024-01-07 11:16:36 +01:00
parent 49a3e269ed
commit e771695c80
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -1,5 +1,5 @@
{ pkgs, config, lib, ... }: {
home.packages = [ pkgs.bibtool pkgs.texlive.combined.scheme-medium ]
home.packages = [ pkgs.bibtool pkgs.texlive.combined.scheme-full ]
++ lib.optionals config.programs.helix.enable [ pkgs.texlab ]
++ lib.optionals config.programs.kakoune.enable (builtins.attrValues {
inherit (pkgs) texlab aspell;