diff options
Diffstat (limited to 'gui/apps/dev.nix')
-rw-r--r-- | gui/apps/dev.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix index a3c8999..81f5735 100644 --- a/gui/apps/dev.nix +++ b/gui/apps/dev.nix @@ -5,12 +5,13 @@ packages = with pkgs; [ # UI dev utilities (language environments are maintained in project specific nix-shells) hotspot - kcachegrind + kdePackages.kcachegrind meld # Visualization and CAD paraview - (blender.override { cudaSupport=true; }) + #(blender.override { cudaSupport=true; }) + blender freecad meshlab |