diff options
author | Adrian Kummerlaender | 2021-05-20 22:27:48 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2021-05-20 22:27:48 +0200 |
commit | 0c036b2907830026e6f46647a134f9eb9e26968f (patch) | |
tree | d40abb6488326f40231f90a393efd6a8e3c09994 /gui | |
parent | 47e51ddfbb175298be11998dd35f0d55633885f0 (diff) | |
download | nixos_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')
-rw-r--r-- | gui/apps/web.nix | 1 |
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 ]); }; |