fix: ensure missing desktop icon for twilight official (#203)
Resolves https://github.com/0xc000022070/zen-browser-flake/issues/170.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user