Corrected pdflatex call

This commit is contained in:
2025-09-28 16:34:23 +03:00
parent 3f4526eb0f
commit bc2c107467
2 changed files with 11 additions and 11 deletions

View File

@@ -11,17 +11,6 @@
description = "user";
extraGroups = ["networkmanager" "wheel" "video" "libvirtd"];
packages = with pkgs; [
# stuff needed by neovim
fzf
lazygit
tree-sitter
neovim
mcfly
luajitPackages.luarocks-nix
pdflatex
tectonic
gs
# Dev stuff, most of it might be replaced by devenvs later on
ghostty
tealdeer

View File

@@ -6,6 +6,17 @@
programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [
vimPlugins.LazyVim
# stuff needed by neovim
texliveSmall # for pdflatex
fzf
lazygit
tree-sitter
neovim
mcfly
luajitPackages.luarocks-nix
pdflatex
tectonic
gs
pciutils
btop
nload