Switch to Google Chrome for web apps

This commit is contained in:
Filippo Berto 2022-09-11 14:58:58 +02:00
parent 47f6c30f4e
commit 8edc83c612
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,8 +1,8 @@
{ pkgs, lib, ... }:
# Categories: https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry
let
# cmd = link: "google-chrome-stable --app=${link}";
cmd = link: "firefox ${link}";
cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
# cmd = link: "firefox ${link}";
links = [
{
desktopName = "Google Calendar";