fix: ensure missing desktop icon for twilight official (#203)

Resolves https://github.com/0xc000022070/zen-browser-flake/issues/170.
This commit is contained in:
Luis Quiñones
2026-01-17 22:33:17 -05:00
committed by GitHub
parent 5f26ebc2d5
commit 612ee7f2fa

View File

@@ -17,7 +17,9 @@ in rec {
icon = "zen-browser";
};
twilight = pkgs.wrapFirefox twilight-unwrapped {};
twilight-official = pkgs.wrapFirefox twilight-official-unwrapped {};
twilight-official = pkgs.wrapFirefox twilight-official-unwrapped {
icon = "zen-twilight";
};
default = beta;
}