diff options
Diffstat (limited to 'gui/apps/web.nix')
-rw-r--r-- | gui/apps/web.nix | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/gui/apps/web.nix b/gui/apps/web.nix index 22c5d45..e4de814 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -2,13 +2,9 @@ { home = { - packages = with pkgs-unstable; [ - tdesktop - - zotero - - teams - + packages = [ + pkgs-unstable.tdesktop + pkgs-unstable.zotero pkgs.tigervnc pkgs.remmina ]; |