MyNixOS website logo
option

programs.floorp.profiles.<name>.handlers.mimeTypes.<name>.extensions

List of file extensions associated with this MIME type.

Declarations
Type
list of string matching the pattern ^[^\.].+$
Default
[ ]
Example
[
  "jpg"
  "jpeg"
]