Switch back to Firefox
This commit is contained in:
parent
1207aaa67a
commit
719db52fd9
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: "${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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue