--wip-- [skip ci]
This commit is contained in:
parent
eea02abfcb
commit
762085707c
136 changed files with 261 additions and 261 deletions
|
|
@ -1,27 +0,0 @@
|
|||
{ pkgs
|
||||
, config
|
||||
, lib
|
||||
, ...
|
||||
}:
|
||||
{
|
||||
home.packages = [
|
||||
# pkgs.bibtool
|
||||
# pkgs.texlive.combined.scheme-full
|
||||
pkgs.zathura
|
||||
]
|
||||
++ lib.optionals config.programs.helix.enable [
|
||||
# pkgs.texlab
|
||||
]
|
||||
++ lib.optionals config.programs.kakoune.enable [
|
||||
# pkgs.texlab
|
||||
# pkgs.aspellDicts.en
|
||||
# pkgs.aspellDicts.en-computers
|
||||
# pkgs.aspellDicts.en-science
|
||||
# pkgs.aspellDicts.it
|
||||
];
|
||||
|
||||
home.file.".latexmkrc".text = ''
|
||||
$pdf_previewer = 'zathura %O %S';
|
||||
$pdf_update_method = 2
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue