añade shenv de tex
This commit is contained in:
parent
55c13fc473
commit
65ff9d2d0d
|
@ -1,5 +1,7 @@
|
|||
{pkgs, ...} :
|
||||
{
|
||||
static = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
binutils
|
||||
cmake
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
static = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
(octave.withPackages (packages: with packages; [
|
||||
symbolic
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
static = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
pipenv
|
||||
(python310.withPackages ( packages: with packages; [
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{pkgs, ... }:
|
||||
{
|
||||
static = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
pipenv
|
||||
(python310.withPackages ( packages: with packages; [
|
||||
|
|
22
home/shenvs/tex.nix
Normal file
22
home/shenvs/tex.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
static = true;
|
||||
|
||||
packages = with pkgs; [
|
||||
biber
|
||||
(texlive.combine {
|
||||
inherit (texlive)
|
||||
appendix
|
||||
scheme-medium
|
||||
biblatex
|
||||
biblatex-ieee
|
||||
cleveref
|
||||
csquotes
|
||||
enumitem
|
||||
ieeetran
|
||||
titlesec
|
||||
titling
|
||||
zref;
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue