Firefox is better

This commit is contained in:
Filippo Berto 2023-09-08 21:15:33 +02:00
parent d0ddeb3d87
commit 1b12a523e2
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: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
# cmd = link: "firefox --new-window ${link}";
# cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
cmd = link: "firefox --new-window ${link}";
links = [
{
desktopName = "Microsoft Teams";