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