I love fixing typst-preview

This commit is contained in:
Noa Aarts 2025-11-24 13:24:42 +01:00
parent cf33f52f9c
commit 27abdf814b
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 12 additions and 1 deletions

View file

@ -28,7 +28,11 @@
viAlias = true;
vimAlias = true;
extraLuaConfig = lib.fileContents ./init.lua;
extraLuaConfig =
builtins.replaceStrings
[ "@websocat@" "@tinymist@" ]
[ "${pkgs.websocat}/bin/websocat" "${pkgs.tinymist}/bin/tinymist" ]
(lib.fileContents ./init.lua);
};
};
}