diff options
Diffstat (limited to 'gui/apps')
| -rw-r--r-- | gui/apps/dev.nix | 7 | ||||
| -rw-r--r-- | gui/apps/web.nix | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix index 5202d3c..55cc56d 100644 --- a/gui/apps/dev.nix +++ b/gui/apps/dev.nix @@ -1,4 +1,4 @@ -{ pkgs, pkgs-unstable, ... }: +{ pkgs, pkgs-unstable, pkgs-oldstable, ... }: { home = { @@ -9,8 +9,9 @@ meld # Visualization and CAD - paraview - pkgs-unstable.blender + pkgs-oldstable.paraview + + blender freecad meshlab diff --git a/gui/apps/web.nix b/gui/apps/web.nix index 3fcb931..53f244b 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -3,7 +3,7 @@ { home = { packages = [ - pkgs.tdesktop + pkgs.telegram-desktop pkgs.tigervnc pkgs.remmina pkgs.zotero |
