nixd moved
This commit is contained in:
		@@ -1,6 +1,9 @@
 | 
			
		||||
{ pkgs }:
 | 
			
		||||
 | 
			
		||||
with pkgs; [
 | 
			
		||||
with pkgs;
 | 
			
		||||
[
 | 
			
		||||
  # Nix
 | 
			
		||||
  nixd
 | 
			
		||||
  # General packages for development and system management
 | 
			
		||||
  #alacritty
 | 
			
		||||
  aspell
 | 
			
		||||
@@ -62,6 +65,28 @@ with pkgs; [
 | 
			
		||||
  python3
 | 
			
		||||
  virtualenv
 | 
			
		||||
 | 
			
		||||
  # Development 
 | 
			
		||||
  # Rust Related
 | 
			
		||||
  rustc
 | 
			
		||||
  cargo
 | 
			
		||||
 | 
			
		||||
  # Tex and LaTex
 | 
			
		||||
  pandoc
 | 
			
		||||
  mdbook
 | 
			
		||||
 | 
			
		||||
  (texlive.combine {
 | 
			
		||||
    inherit (texlive)
 | 
			
		||||
      scheme-small
 | 
			
		||||
      enumitem
 | 
			
		||||
      xifthen
 | 
			
		||||
      ifmtarg
 | 
			
		||||
      fontawesome5
 | 
			
		||||
      sourcesanspro
 | 
			
		||||
      tcolorbox
 | 
			
		||||
      tikzfill
 | 
			
		||||
      makecell
 | 
			
		||||
      bibunits
 | 
			
		||||
      ;
 | 
			
		||||
 | 
			
		||||
  })
 | 
			
		||||
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user