Browser: change to chrome
This commit is contained in:
parent
6e943f56f3
commit
06dae95bc1
3 changed files with 4 additions and 4 deletions
|
|
@ -2,13 +2,13 @@
|
|||
# Categories: https://specifications.freedesktop.org/menu-spec/latest/apa.html#main-category-registry
|
||||
let
|
||||
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}";
|
||||
webAppBuilder =
|
||||
{ desktopName
|
||||
, name ? builtins.replaceStrings [ " " ] [ "_" ] desktopName
|
||||
, link
|
||||
, cmd ? vivaldi-cmd
|
||||
, cmd ? chrome-cmd
|
||||
, icon ? lib.toLower name
|
||||
, comment ? null
|
||||
, categories ? [ "Network" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue