aboutsummaryrefslogtreecommitdiff
path: root/gui/apps
diff options
context:
space:
mode:
Diffstat (limited to 'gui/apps')
-rw-r--r--gui/apps/dev.nix10
-rw-r--r--gui/apps/file.nix1
-rw-r--r--gui/apps/web.nix5
3 files changed, 12 insertions, 4 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix
index 0937cde..a3c8999 100644
--- a/gui/apps/dev.nix
+++ b/gui/apps/dev.nix
@@ -6,12 +6,20 @@
# UI dev utilities (language environments are maintained in project specific nix-shells)
hotspot
kcachegrind
- paraview
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/file.nix b/gui/apps/file.nix
index 1668e1f..d0a164e 100644
--- a/gui/apps/file.nix
+++ b/gui/apps/file.nix
@@ -15,7 +15,6 @@
custom-sxiv
mpv
gthumb
- freecad
# audio
pulseaudio
pavucontrol
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
];
};