Thumbnails: Difference between revisions
Line 69: | Line 69: | ||
"share/thumbnailers" | "share/thumbnailers" | ||
]; | ]; | ||
} | |||
</syntaxhighlight> | |||
=== HEIC thumbnailer === | |||
On minimal GNOME environments as explained in the FFmpeg thumbnailer section above HEIC thumbnails do not work despite the <code>ffmpegthumbnailer</code> package being installed. To fix this, you can use <code>ffmpegthumbnailer</code>: | |||
<syntaxhighlight lang="nix"> | |||
# configuration.nix | |||
{ pkgs, ... }: | |||
{ | |||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |