Compare commits

..

1 Commits

Author SHA1 Message Date
caf1d5cd60 fixed wivrn and added inline latex rendering for nvim 2026-02-20 15:12:54 +00:00
2 changed files with 25 additions and 2 deletions

View File

@@ -262,10 +262,34 @@
# other shit # other shit
pkgs.lua5_1 pkgs.lua5_1
inputs.tree-sitter.packages.${stdenv.hostPlatform.system}.default pkgs.tree-sitter
pkgs.ripgrep pkgs.ripgrep
pkgs.gcc pkgs.gcc
pkgs.gnumake pkgs.gnumake
pkgs.imagemagick
pkgs.luajitPackages.magick
pkgs.ghostscript
pkgs.luarocks
(pkgs.texlive.combine {
inherit (pkgs.texlive)
scheme-basic
varwidth
preview
mathtools
amsfonts
amscdx
xcolor
dvisvgm
dvipng # for preview and export as html
wrapfig
standalone
graphicxbox
amsmath
ulem
hyperref
capt-of
;
})
] ]
} }
''; '';

View File

@@ -95,7 +95,6 @@
services.wivrn = { services.wivrn = {
enable = true; enable = true;
package = pkgs.unstable.wivrn;
openFirewall = true; openFirewall = true;
defaultRuntime = true; defaultRuntime = true;
}; };