diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/apps/web.nix | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gui/apps/web.nix b/gui/apps/web.nix index 43d344c..3c13bd7 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -2,14 +2,13 @@ { home = { - packages = (with pkgs; [ - tdesktop - tigervnc - ]) ++ (with pkgs-unstable; [ + packages = with pkgs-unstable; [ zotero teams zoom-us - ]); + tdesktop + tigervnc + ]; }; xdg.mimeApps.defaultApplications = { |