From 8edc83c6128dc401b7380b4b542d9279e6697d35 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 11 Sep 2022 14:58:58 +0200 Subject: [PATCH] Switch to Google Chrome for web apps --- hm_modules/webapp.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hm_modules/webapp.nix b/hm_modules/webapp.nix index 27a3054..a91e3a2 100644 --- a/hm_modules/webapp.nix +++ b/hm_modules/webapp.nix @@ -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";