Corrected pdflatex call
This commit is contained in:
@@ -11,17 +11,6 @@
|
|||||||
description = "user";
|
description = "user";
|
||||||
extraGroups = ["networkmanager" "wheel" "video" "libvirtd"];
|
extraGroups = ["networkmanager" "wheel" "video" "libvirtd"];
|
||||||
packages = with pkgs; [
|
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
|
# Dev stuff, most of it might be replaced by devenvs later on
|
||||||
ghostty
|
ghostty
|
||||||
tealdeer
|
tealdeer
|
||||||
|
|||||||
@@ -6,6 +6,17 @@
|
|||||||
programs.neovim = {defaultEditor = true;};
|
programs.neovim = {defaultEditor = true;};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vimPlugins.LazyVim
|
vimPlugins.LazyVim
|
||||||
|
# stuff needed by neovim
|
||||||
|
texliveSmall # for pdflatex
|
||||||
|
fzf
|
||||||
|
lazygit
|
||||||
|
tree-sitter
|
||||||
|
neovim
|
||||||
|
mcfly
|
||||||
|
luajitPackages.luarocks-nix
|
||||||
|
pdflatex
|
||||||
|
tectonic
|
||||||
|
gs
|
||||||
pciutils
|
pciutils
|
||||||
btop
|
btop
|
||||||
nload
|
nload
|
||||||
|
|||||||
Reference in New Issue
Block a user