tex folde
This commit is contained in:
parent
e40cd3e583
commit
81935275ab
1 changed files with 0 additions and 0 deletions
13
home/tex.nix
Normal file
13
home/tex.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
tex = (pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-medium
|
||||
sourcesanspro
|
||||
});
|
||||
in
|
||||
{ # home-manager
|
||||
home.packages = with pkgs; [
|
||||
tex
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue