laptop
This commit is contained in:
parent
d8032cc35d
commit
e945735fa1
61 changed files with 344 additions and 550 deletions
|
|
@ -1,69 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
tex = (pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive)
|
||||
adjustbox
|
||||
arydshln
|
||||
bbding
|
||||
blindtext
|
||||
changepage
|
||||
csquotes
|
||||
currfile
|
||||
dashrule
|
||||
enotez
|
||||
enumitem
|
||||
environ
|
||||
footmisc
|
||||
framed
|
||||
gensymb
|
||||
graphbox
|
||||
hanging
|
||||
idxlayout
|
||||
ifmtarg
|
||||
imakeidx
|
||||
lastpage
|
||||
lipsum
|
||||
ltablex
|
||||
ly1
|
||||
makecell
|
||||
multirow
|
||||
needspace
|
||||
nowidow
|
||||
pdfcol
|
||||
pdfpages
|
||||
pdfx
|
||||
pgf
|
||||
qrcode
|
||||
scheme-medium
|
||||
sourcesanspro
|
||||
stringstrings
|
||||
svg
|
||||
tabu
|
||||
tabulary
|
||||
tcolorbox
|
||||
threeparttable
|
||||
threeparttablex
|
||||
tikzfill
|
||||
titlesec
|
||||
titling
|
||||
tocloft
|
||||
translations
|
||||
transparent
|
||||
was
|
||||
wrapfig
|
||||
xmpincl
|
||||
xpatch
|
||||
xstring
|
||||
xtab
|
||||
xurl
|
||||
zref
|
||||
;
|
||||
});
|
||||
in
|
||||
{ # home-manager
|
||||
home.packages = with pkgs; [
|
||||
texlab
|
||||
tex
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue