Switch webapp to firefox

This commit is contained in:
Filippo Berto 2022-11-16 22:47:22 +01:00
parent 25d1e87a29
commit bba81933e6
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ in
boops
cardinal
geonkick
helm
# helm
lsp-plugins
# noise-repellent
samplv1

View file

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