From 281ceede3ae981d0c8ce7fd2fe074c3ea3131f91 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 22 Oct 2020 21:22:07 +0200 Subject: Switch from full TeX Live to Tectonic for generic TeX environment --- home.nix | 6 ++++-- tasks/default.nix | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/home.nix b/home.nix index 40f0a2e..6b5304c 100644 --- a/home.nix +++ b/home.nix @@ -81,8 +81,10 @@ in { }; }; - programs.direnv.enable = true; - programs.direnv.enableNixDirenvIntegration = true; + programs.direnv = { + enable = true; + enableNixDirenvIntegration = true; + }; xdg.mimeApps.enable = true; } diff --git a/tasks/default.nix b/tasks/default.nix index 7de01e0..2100bee 100644 --- a/tasks/default.nix +++ b/tasks/default.nix @@ -51,11 +51,11 @@ in { }; latex_shell = { - description = "Complete TeX Live shell environment"; + description = "Generic LaTeX shell environment"; directory = "~/"; type = "environment"; environment = mkShellDerivation "latex-env" (with pkgs; [ - texlive.combined.scheme-full + tectonic ]); }; -- cgit v1.2.3