Switch back to Firefox

This commit is contained in:
Filippo Berto 2023-08-11 16:01:59 +02:00
parent 1207aaa67a
commit 719db52fd9
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

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 --new-window ${link}"; cmd = link: "firefox --new-window ${link}";
links = [ links = [
{ {
desktopName = "Microsoft Teams"; desktopName = "Microsoft Teams";