diff options
Diffstat (limited to 'gui/apps')
-rw-r--r-- | gui/apps/dev.nix | 13 | ||||
-rw-r--r-- | gui/apps/web.nix | 4 |
2 files changed, 13 insertions, 4 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 diff --git a/gui/apps/web.nix b/gui/apps/web.nix index fa09685..3fcb931 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -3,10 +3,10 @@ { home = { packages = [ - pkgs-unstable.tdesktop - pkgs-unstable.zotero + pkgs.tdesktop pkgs.tigervnc pkgs.remmina + pkgs.zotero ]; }; |