diff options
Diffstat (limited to 'gui/apps/dev.nix')
-rw-r--r-- | gui/apps/dev.nix | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix index 0937cde..81f5735 100644 --- a/gui/apps/dev.nix +++ b/gui/apps/dev.nix @@ -5,13 +5,22 @@ packages = with pkgs; [ # UI dev utilities (language environments are maintained in project specific nix-shells) hotspot - kcachegrind - paraview + kdePackages.kcachegrind meld + + # Visualization and CAD + paraview + #(blender.override { cudaSupport=true; }) + blender + freecad + meshlab + # language utilities artha + # calculator qalculate-gtk + # ctag to override the emacs provided ones (placeholder) universal-ctags fzf |