añade shenv de tex
This commit is contained in:
		
							parent
							
								
									55c13fc473
								
							
						
					
					
						commit
						65ff9d2d0d
					
				
					 5 changed files with 30 additions and 0 deletions
				
			
		|  | @ -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; | ||||
|     }) | ||||
|   ]; | ||||
| } | ||||
		Reference in a new issue
	
	 Fabián Montero
						Fabián Montero