chore: add dependencies
This commit is contained in:
		
							parent
							
								
									be095f38cc
								
							
						
					
					
						commit
						7bf54178f3
					
				
					 1 changed files with 8 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3,6 +3,12 @@
 | 
			
		|||
  pkgs,
 | 
			
		||||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
  # Install our nixvim configuration for neovim.
 | 
			
		||||
  home.packages = [inputs.nixvim.packages.${pkgs.system}.default];
 | 
			
		||||
  home.packages = [
 | 
			
		||||
    # Toolchain
 | 
			
		||||
    pkgs.gcc
 | 
			
		||||
    pkgs.python313Full # Note: keep this in sync with school
 | 
			
		||||
 | 
			
		||||
    # Install our nixvim configuration for neovim.
 | 
			
		||||
    inputs.nixvim.packages.${pkgs.system}.default
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue