Add Bambu Studio

This commit is contained in:
2024-06-19 11:38:51 -07:00
parent 72e3ae54ba
commit 61ac08faa5

View File

@@ -1,4 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = [pkgs.openscad-unstable];
environment.systemPackages = with pkgs; [
openscad-unstable
bambu-studio
];
}