home-manager: desktop: Assign imv for opening .ico image files

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-08-02 18:19:04 +02:00
parent 3990bb0000
commit 8fba066562
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -165,6 +165,7 @@ in {
"image/gif" = "imv.desktop";
"image/webp" = "imv.desktop";
"image/svg+xml" = "imv.desktop";
"image/vnd.microsoft.icon" = "imv.desktop";
"text/html" = "org.mozilla.firefox.desktop";
};
};