feat(latex): add packages
This commit is contained in:
parent
aec9bb1495
commit
f0c01667df
@ -1,5 +1,12 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
pkgs.texlive.combined.scheme-medium
|
||||
];
|
||||
programs.texlive = {
|
||||
enable = true;
|
||||
extraPackages = tpkgs: {
|
||||
inherit
|
||||
(tpkgs)
|
||||
scheme-medium
|
||||
csquotes
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user