profile/3d-print: replace cura with super-slicer

This commit is contained in:
Felix Buehler 2024-11-22 22:13:20 +01:00
parent b2c6f86b81
commit 0ec4a41848

View file

@ -15,7 +15,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
meshlab meshlab
cura super-slicer-latest
openscad openscad
]; ];
}; };