aboutsummaryrefslogtreecommitdiff
path: root/gui/apps
diff options
context:
space:
mode:
Diffstat (limited to 'gui/apps')
-rw-r--r--gui/apps/dev.nix5
-rw-r--r--gui/apps/web.nix3
2 files changed, 4 insertions, 4 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
diff --git a/gui/apps/web.nix b/gui/apps/web.nix
index 41fc878..3fcb931 100644
--- a/gui/apps/web.nix
+++ b/gui/apps/web.nix
@@ -6,8 +6,7 @@
pkgs.tdesktop
pkgs.tigervnc
pkgs.remmina
-
- pkgs-unstable.zotero
+ pkgs.zotero
];
};