MyNixOS website logo
option

programs.firefoxpwa.profiles.<name>.sites.<name>.desktopEntry.icon

Icon to display in file manager, menus, etc.

Declarations
Type
null or string or absolute path
Default
null
Example
pkgs.fetchurl {
  url = "https://developer.mozilla.org/favicon-192x192.png";
  sha256 = "0p8zgf2ba48l2pq1gjcffwzmd9kfmj9qc0v7zpwf2qd54fndifxr";
}