Webapps: youtube and tidal

This commit is contained in:
Filippo Berto 2025-05-29 10:42:37 +02:00
parent f481a45a5d
commit 611a3e2893
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -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