added 3d printer software.
This commit is contained in:
		
							parent
							
								
									d66b6fc329
								
							
						
					
					
						commit
						399351c3c1
					
				
					 1 changed files with 14 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								roles/home-manager/3dprinting.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								roles/home-manager/3dprinting.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,14 @@
 | 
			
		|||
{
 | 
			
		||||
  config,
 | 
			
		||||
  pkgs,
 | 
			
		||||
  lib,
 | 
			
		||||
  ...
 | 
			
		||||
}: {
 | 
			
		||||
# when it gets packaged, will want cadquery and build123d
 | 
			
		||||
  home.packages = with pkgs; [
 | 
			
		||||
    prusa-slicer
 | 
			
		||||
    freecad
 | 
			
		||||
    blender
 | 
			
		||||
    dune3d
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue