From c9714aadf661acac2925be923fe46101e20a245f Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 18 Mar 2021 23:16:56 +0100 Subject: Change default application set --- gui/apps/web.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/apps/web.nix') 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; } -- cgit v1.2.3