Remove texlive module
This commit is contained in:
parent
6a2a9c48bc
commit
29ef4d90dd
|
@ -9,7 +9,6 @@
|
||||||
../../modules/restic.nix
|
../../modules/restic.nix
|
||||||
../../modules/ssd.nix
|
../../modules/ssd.nix
|
||||||
../../modules/libvirt.nix
|
../../modules/libvirt.nix
|
||||||
#../../modules/texlive.nix
|
|
||||||
../../profiles/base.nix
|
../../profiles/base.nix
|
||||||
../../profiles/dev.nix
|
../../profiles/dev.nix
|
||||||
../../profiles/laptop.nix
|
../../profiles/laptop.nix
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
{ pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
texlive.combined.scheme-full
|
|
||||||
];
|
|
||||||
}
|
|
Loading…
Reference in a new issue