aboutsummaryrefslogtreecommitdiff
path: root/gui/apps
diff options
context:
space:
mode:
authorAdrian Kummerlaender2023-11-08 14:58:04 +0100
committerAdrian Kummerlaender2023-11-08 14:58:04 +0100
commite432555146db6511e6bbeb3f44c362fbcccc08a7 (patch)
tree82c7a231fcec99cb2b4ab9f62096694d6d09f9e2 /gui/apps
parent80798e3345bd4f872c8d852e74bc3dc591bcd3b2 (diff)
downloadnixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar.gz
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar.bz2
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar.lz
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar.xz
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.tar.zst
nixos_home-e432555146db6511e6bbeb3f44c362fbcccc08a7.zip
Update
Diffstat (limited to 'gui/apps')
-rw-r--r--gui/apps/dev.nix4
-rw-r--r--gui/apps/web.nix10
2 files changed, 5 insertions, 9 deletions
diff --git a/gui/apps/dev.nix b/gui/apps/dev.nix
index c56b346..0937cde 100644
--- a/gui/apps/dev.nix
+++ b/gui/apps/dev.nix
@@ -6,12 +6,12 @@
# UI dev utilities (language environments are maintained in project specific nix-shells)
hotspot
kcachegrind
- pkgs-unstable.paraview
+ paraview
meld
# language utilities
artha
# calculator
- speedcrunch
+ 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 22c5d45..e4de814 100644
--- a/gui/apps/web.nix
+++ b/gui/apps/web.nix
@@ -2,13 +2,9 @@
{
home = {
- packages = with pkgs-unstable; [
- tdesktop
-
- zotero
-
- teams
-
+ packages = [
+ pkgs-unstable.tdesktop
+ pkgs-unstable.zotero
pkgs.tigervnc
pkgs.remmina
];