diff options
-rw-r--r-- | gui/apps/web.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/apps/web.nix b/gui/apps/web.nix index 3c13bd7..cd998f4 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -3,11 +3,15 @@ { home = { packages = with pkgs-unstable; [ + tdesktop + zotero + teams zoom-us - tdesktop + tigervnc + remmina ]; }; |