aboutsummaryrefslogtreecommitdiff
path: root/gui/apps
diff options
context:
space:
mode:
authorAdrian Kummerlaender2021-05-20 22:27:48 +0200
committerAdrian Kummerlaender2021-05-20 22:27:48 +0200
commit0c036b2907830026e6f46647a134f9eb9e26968f (patch)
treed40abb6488326f40231f90a393efd6a8e3c09994 /gui/apps
parent47e51ddfbb175298be11998dd35f0d55633885f0 (diff)
downloadnixos_home-0c036b2907830026e6f46647a134f9eb9e26968f.tar
nixos_home-0c036b2907830026e6f46647a134f9eb9e26968f.tar.gz
nixos_home-0c036b2907830026e6f46647a134f9eb9e26968f.tar.bz2
nixos_home-0c036b2907830026e6f46647a134f9eb9e26968f.tar.lz
nixos_home-0c036b2907830026e6f46647a134f9eb9e26968f.tar.xz
nixos_home-0c036b2907830026e6f46647a134f9eb9e26968f.tar.zst
nixos_home-0c036b2907830026e6f46647a134f9eb9e26968f.zip
Add zoom
Diffstat (limited to 'gui/apps')
-rw-r--r--gui/apps/web.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/apps/web.nix b/gui/apps/web.nix
index 59937c8..43d344c 100644
--- a/gui/apps/web.nix
+++ b/gui/apps/web.nix
@@ -8,6 +8,7 @@
]) ++ (with pkgs-unstable; [
zotero
teams
+ zoom-us
]);
};