1

Nixos: LaTeX module

This commit is contained in:
2024-10-11 22:06:55 +02:00
parent 7b7311b85a
commit b297eb310e
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOpt "Enable LaTeX";
}