moved latex to dev/

This commit is contained in:
Sven Vogel 2023-12-14 22:02:06 +01:00
parent 16dc04416f
commit 9996b7d1a3
3 changed files with 8 additions and 3 deletions

View File

@ -5,5 +5,6 @@
./docker-rootless.nix ./docker-rootless.nix
./platformio.nix ./platformio.nix
./qemu.nix ./qemu.nix
./latex.nix
]; ];
} }

7
dev/latex.nix Normal file
View File

@ -0,0 +1,7 @@
{ pkgs, config, ... }: {
environment.systemPackages = with pkgs; [
# LaTeX and tlmgr
texlive.combined.scheme-small
];
}

View File

@ -40,9 +40,6 @@
discord discord
signal-desktop signal-desktop
# LaTeX and tlmgr
texlive.combined.scheme-full
godot_4 godot_4
# command line tools # command line tools