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 boops
cardinal cardinal
geonkick geonkick
helm # helm
lsp-plugins lsp-plugins
# noise-repellent # noise-repellent
samplv1 samplv1

View file

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