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 ]; }; }