initial commit
This commit is contained in:
commit
54287f1685
8 changed files with 202 additions and 0 deletions
17
devenv.nix
Normal file
17
devenv.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
packages = with pkgs; [
|
||||
nixd
|
||||
nixfmt-rfc-style
|
||||
tex-fmt
|
||||
];
|
||||
|
||||
# https://devenv.sh/supported-languages/texlive/
|
||||
languages.texlive = {
|
||||
enable = true;
|
||||
base = pkgs.texliveFull;
|
||||
packages = [
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue