Skip to content

Commit

Permalink
feat: dictionaries for latex
Browse files Browse the repository at this point in the history
  • Loading branch information
huuff committed Nov 16, 2024
1 parent 902c8d9 commit d58c8c9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion latex/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,17 @@
in
{

devShell = with pkgs; mkShell { buildInputs = [ texlive.combined.scheme-full ]; };
devShell =
with pkgs;
mkShell {
buildInputs = [
texlive.combined.scheme-full
(aspellWithDicts (ps: [
ps.es
ps.en
]))
];
};
}
);
}

0 comments on commit d58c8c9

Please sign in to comment.