Put latex into seperate package set.
This commit is contained in:
parent
e09c9c8d58
commit
2751ded3ed
1 changed files with 10 additions and 0 deletions
10
pkgsets/latex.nix
Normal file
10
pkgsets/latex.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
|
with lib;
|
||||||
|
|
||||||
|
{
|
||||||
|
config.machine.pkgsets.latex.pkgs = with pkgs; [
|
||||||
|
texlive.combined.scheme-full
|
||||||
|
texlab
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue