diff options
Diffstat (limited to 'gui/apps')
-rw-r--r-- | gui/apps/dev.nix | 11 | ||||
-rw-r--r-- | gui/apps/web.nix | 5 |
2 files changed, 12 insertions, 4 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix index 851d7d8..a3c8999 100644 --- a/gui/apps/dev.nix +++ b/gui/apps/dev.nix @@ -6,13 +6,20 @@ # UI dev utilities (language environments are maintained in project specific nix-shells) hotspot kcachegrind - paraview - blender meld + + # Visualization and CAD + paraview + (blender.override { cudaSupport=true; }) + 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..41fc878 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -3,10 +3,11 @@ { home = { packages = [ - pkgs-unstable.tdesktop - pkgs-unstable.zotero + pkgs.tdesktop pkgs.tigervnc pkgs.remmina + + pkgs-unstable.zotero ]; }; |