mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 05:34:34 +00:00
Add webp image association
This commit is contained in:
parent
2bdcfb04c8
commit
e344135588
|
@ -34,6 +34,7 @@ in {
|
|||
"image/jpeg" = [imageViewer];
|
||||
"image/jpg" = [imageViewer];
|
||||
"image/png" = [imageViewer];
|
||||
"image/webp" = [imageViewer];
|
||||
"image/tiff" = [imageViewer];
|
||||
"image/x-bmp" = [imageViewer];
|
||||
"image/x-pcx" = [imageViewer];
|
||||
|
|
Loading…
Reference in a new issue