openconnect
This commit is contained in:
parent
81935275ab
commit
b5f913c929
6 changed files with 83 additions and 29 deletions
20
home/tex.nix
20
home/tex.nix
|
|
@ -2,8 +2,26 @@
|
|||
|
||||
let
|
||||
tex = (pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-medium
|
||||
inherit (pkgs.texlive)
|
||||
scheme-medium
|
||||
arydshln
|
||||
bbding
|
||||
csquotes
|
||||
environ
|
||||
gensymb
|
||||
lastpage
|
||||
ly1
|
||||
makecell
|
||||
multirow
|
||||
sourcesanspro
|
||||
tabu
|
||||
tcolorbox
|
||||
threeparttable
|
||||
threeparttablex
|
||||
was
|
||||
wrapfig
|
||||
xpatch
|
||||
;
|
||||
});
|
||||
in
|
||||
{ # home-manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue