diff --git a/configs/common.nix b/configs/common.nix index e0e5ae2..df5fd0f 100644 --- a/configs/common.nix +++ b/configs/common.nix @@ -262,10 +262,34 @@ # other shit pkgs.lua5_1 - inputs.tree-sitter.packages.${stdenv.hostPlatform.system}.default + pkgs.tree-sitter pkgs.ripgrep pkgs.gcc 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 + ; + }) ] } ''; diff --git a/configs/configuration-pc.nix b/configs/configuration-pc.nix index 6e1a378..7d1d782 100644 --- a/configs/configuration-pc.nix +++ b/configs/configuration-pc.nix @@ -95,7 +95,6 @@ services.wivrn = { enable = true; - package = pkgs.unstable.wivrn; openFirewall = true; defaultRuntime = true; };