plugins/texpresso: init

This commit is contained in:
Gaetan Lepage 2024-04-26 10:47:59 +02:00 committed by Gaétan Lepage
parent 77efb038df
commit e95f8e9ce4
3 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
empty = {
# texpresso is broken on darwin
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
};
}