Switch to Google Chrome for web apps
This commit is contained in:
parent
47f6c30f4e
commit
8edc83c612
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue