updated LaTeX package list

This commit is contained in:
Tomas Rivera
2026-03-27 09:29:22 +01:00
parent c5fc5df2e8
commit 5e375f0120
4 changed files with 39 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
config,
pkgs,
...
}: {
programs.thunderbird = {
enable = true;
profiles.tomasr = {
isDefault = true;
};
};
}