Latex: full scheme
This commit is contained in:
parent
49a3e269ed
commit
e771695c80
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue