diff options
author | Linnnus <[email protected]> | 2023-12-10 21:46:01 +0100 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-12-11 09:30:10 +0100 |
commit | a089a0f0d52031c4bed1e79b424755152a6797bf (patch) | |
tree | 3d892402890dd52668653036f343920070e77e00 /home/noweb/default.nix | |
parent | bcc5ce08eebee29bbc366f4d99e9ac47bb0dcac9 (diff) |
home/noweb: Switch to full texlive, add spell checker
Diffstat (limited to 'home/noweb/default.nix')
-rw-r--r-- | home/noweb/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/noweb/default.nix b/home/noweb/default.nix index 547efe7..ef67862 100644 --- a/home/noweb/default.nix +++ b/home/noweb/default.nix @@ -1,5 +1,9 @@ {pkgs, ...}: { - home.packages = with pkgs; [noweb texlive.combined.scheme-small]; + home.packages = with pkgs; [ + noweb + texliveFull + yalafi-shell + ]; # Prepend nowebs STY files to the search path. I chose to do it globally, # rather than using `makeWrapper` because I sometimes want to manually invoke |