fix(hm/price): add icon for thunderbird desktop entry
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
This commit is contained in:
parent
bfe6ed84f2
commit
3d25c09b48
@ -5,6 +5,7 @@
|
|||||||
desktopEntries.thunderbird = {
|
desktopEntries.thunderbird = {
|
||||||
name = "thunderbird";
|
name = "thunderbird";
|
||||||
exec = "${pkgs.thunderbird}/bin/thunderbird";
|
exec = "${pkgs.thunderbird}/bin/thunderbird";
|
||||||
|
icon = "${pkgs.thunderbird}/share/icons/hicolor/128x128/apps/thunderbird.png";
|
||||||
};
|
};
|
||||||
mimeApps = {
|
mimeApps = {
|
||||||
associations.added = {
|
associations.added = {
|
||||||
|
Loading…
Reference in New Issue
Block a user