pkgs: add texstudio
This commit is contained in:
19
modules/user/packages/tex.nix
Normal file
19
modules/user/packages/tex.nix
Normal file
@ -0,0 +1,19 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
texstudio
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
babel-russian
|
||||
cm-super
|
||||
cyrillic
|
||||
titlesec
|
||||
hyperref
|
||||
geometry
|
||||
caption
|
||||
float
|
||||
xcolor
|
||||
listings
|
||||
scheme-basic;
|
||||
})
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user