1

Modules/LaTeX: Rename to docs

This commit is contained in:
2025-07-05 18:11:38 +02:00
parent 291825429a
commit 63c4dceff5
3 changed files with 11 additions and 11 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}:
with lib;
with mylib.modules; {
enable = mkEnableOption "Enable Document Support (e.g. LaTeX)";
}