From 99aed00eb531681516e33750ec9afaf22ebfbd52 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 23 Aug 2021 20:32:43 +0200 Subject: Pull in web apps from unstable fixes telegram desktop launch issue --- gui/apps/web.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'gui/apps') 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 = { -- cgit v1.2.3