Remove texlive module

restic-rest-server
Simon Bruder 2020-12-05 13:48:37 +01:00
parent 6a2a9c48bc
commit 29ef4d90dd
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 0 additions and 8 deletions

View File

@ -9,7 +9,6 @@
../../modules/restic.nix
../../modules/ssd.nix
../../modules/libvirt.nix
#../../modules/texlive.nix
../../profiles/base.nix
../../profiles/dev.nix
../../profiles/laptop.nix

View File

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
texlive.combined.scheme-full
];
}