From 611a3e2893b322136e9029e8dd0798365bfe56d3 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 29 May 2025 10:42:37 +0200 Subject: [PATCH] Webapps: youtube and tidal --- modules/hm/webapp.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/modules/hm/webapp.nix b/modules/hm/webapp.nix index b83ba8d..68ac3dc 100644 --- a/modules/hm/webapp.nix +++ b/modules/hm/webapp.nix @@ -95,11 +95,16 @@ let link = "https://web.whatsapp.com/"; desktopName = "WhatsApp"; } - # { - # link = "https://www.youtube.com"; - # desktopName = "YouTube"; - # categories = [ "AudioVideo" ]; - # } + { + link = "https://www.youtube.com"; + desktopName = "YouTube"; + categories = [ "AudioVideo" ]; + } + { + link = "https://www.Tidal.com"; + desktopName = "Tidal"; + categories = [ "AudioVideo" ]; + } ]; in