From ce239b55309a619ca6e94ea942d9a66a8225d376 Mon Sep 17 00:00:00 2001 From: soraefir Date: Tue, 8 Jul 2025 23:06:51 +0200 Subject: [PATCH] scad --- modules/home/gui/apps/develop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/gui/apps/develop/default.nix b/modules/home/gui/apps/develop/default.nix index 92c5430..1664820 100644 --- a/modules/home/gui/apps/develop/default.nix +++ b/modules/home/gui/apps/develop/default.nix @@ -2,6 +2,6 @@ imports = [ ./vscodium ]; config = lib.mkIf (config.syscfg.make.develop) { - home.packages = with pkgs; [ blender godot_4 openscad bambu-studio ]; + home.packages = with pkgs; [ blender godot_4 openscad-unstable bambu-studio ]; }; }