From 61ac08faa57132cba4c214b1024fb05800ea5979 Mon Sep 17 00:00:00 2001 From: Nettika Date: Wed, 19 Jun 2024 11:38:51 -0700 Subject: [PATCH] Add Bambu Studio --- modelling.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modelling.nix b/modelling.nix index 72c1fba..e8f1267 100644 --- a/modelling.nix +++ b/modelling.nix @@ -1,4 +1,7 @@ { pkgs, ... }: { - environment.systemPackages = [pkgs.openscad-unstable]; + environment.systemPackages = with pkgs; [ + openscad-unstable + bambu-studio + ]; }