Webapps: switch to firefox
This commit is contained in:
parent
deee597cd9
commit
d1cf0e2a2e
1 changed files with 3 additions and 3 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
{ 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
|
||||||
chrome-cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
|
# chrome-cmd = link: "${pkgs.google-chrome}/bin/google-chrome-stable --app=${link}";
|
||||||
# vivaldi-cmd = link: "${pkgs.vivaldi}/bin/vivaldi --app=${link}";
|
# vivaldi-cmd = link: "${pkgs.vivaldi}/bin/vivaldi --app=${link}";
|
||||||
# firefox-cmd = link: "firefox --new-window ${link}";
|
firefox-cmd = link: "firefox --new-window ${link}";
|
||||||
webAppBuilder =
|
webAppBuilder =
|
||||||
{ desktopName
|
{ desktopName
|
||||||
, name ? builtins.replaceStrings [ " " ] [ "_" ] desktopName
|
, name ? builtins.replaceStrings [ " " ] [ "_" ] desktopName
|
||||||
, link
|
, link
|
||||||
, cmd ? chrome-cmd
|
, cmd ? firefox-cmd
|
||||||
, icon ? lib.toLower name
|
, icon ? lib.toLower name
|
||||||
, comment ? null
|
, comment ? null
|
||||||
, categories ? [ "Network" ]
|
, categories ? [ "Network" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue