big refactoring
This commit is contained in:
10
home/programs/3dprint.nix
Normal file
10
home/programs/3dprint.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
freecad
|
||||
gnumake
|
||||
openscad
|
||||
prusa-slicer
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user