latex
This commit is contained in:
9
home-modules/latex.nix
Normal file
9
home-modules/latex.nix
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
let
|
||||||
|
|
||||||
|
in
|
||||||
|
{ # home-manager
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
(texlive.combine { inherit (texlive) scheme-full xifthen ifmtarg framed paralist titlesec xcolor; })
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user