[3d printing] Adds slicers, blender
This commit is contained in:
13
home-manager/features/3d-printing.nix
Normal file
13
home-manager/features/3d-printing.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bambu-studio
|
||||
LycheeSlicer
|
||||
orca-slicer
|
||||
blender
|
||||
];
|
||||
|
||||
# Options to get Bambu Studio to run:
|
||||
# __GLX_VENDOR_LIBRARY_NAME=mesa __EGL_VENDOR_LIBRARY_FILENAMES=/nix/store/js9cfbjvlsls14nddk39fw74vyvlhz4l-mesa-25.0.7/share/glvnd/egl_vendor.d/50_mesa.json MESA_LOADER_DRIVER_OVERRIDE=zink GALLIUM_DRIVER=zink WEBKIT_DISABLE_DMABUF_RENDERER=1 bambu-studio
|
||||
}
|
||||
Reference in New Issue
Block a user