moved latex to dev/
This commit is contained in:
parent
16dc04416f
commit
9996b7d1a3
|
@ -5,5 +5,6 @@
|
|||
./docker-rootless.nix
|
||||
./platformio.nix
|
||||
./qemu.nix
|
||||
./latex.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, config, ... }: {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# LaTeX and tlmgr
|
||||
texlive.combined.scheme-small
|
||||
];
|
||||
}
|
|
@ -40,9 +40,6 @@
|
|||
discord
|
||||
signal-desktop
|
||||
|
||||
# LaTeX and tlmgr
|
||||
texlive.combined.scheme-full
|
||||
|
||||
godot_4
|
||||
|
||||
# command line tools
|
||||
|
|
Loading…
Reference in New Issue