Switch webapp to firefox
This commit is contained in:
parent
25d1e87a29
commit
bba81933e6
2 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ in
|
||||||
boops
|
boops
|
||||||
cardinal
|
cardinal
|
||||||
geonkick
|
geonkick
|
||||||
helm
|
# helm
|
||||||
lsp-plugins
|
lsp-plugins
|
||||||
# noise-repellent
|
# noise-repellent
|
||||||
samplv1
|
samplv1
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue