aboutsummaryrefslogtreecommitdiff
path: root/gui/apps/web.nix
diff options
context:
space:
mode:
Diffstat (limited to 'gui/apps/web.nix')
-rw-r--r--gui/apps/web.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/apps/web.nix b/gui/apps/web.nix
index 7c102f0..59937c8 100644
--- a/gui/apps/web.nix
+++ b/gui/apps/web.nix
@@ -4,8 +4,10 @@
home = {
packages = (with pkgs; [
tdesktop
+ tigervnc
]) ++ (with pkgs-unstable; [
zotero
+ teams
]);
};
@@ -15,6 +17,7 @@
};
programs.firefox.enable = true;
+ programs.chromium.enable = true;
services.syncthing.enable = true;
}