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