diff --git a/flake.nix b/flake.nix index 47f089c..b311fe1 100644 --- a/flake.nix +++ b/flake.nix @@ -28,6 +28,7 @@ default = pkgs.mkShell { packages = with pkgs; [ godot + blender ]; }; }