Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

mods.mime.enable

Enables mime handling with nix

Type: boolean

Default: true

Example: false

mods.mime.audioApplications

Applications used for handling audio mime types

Type: list of string

Default:

[
  "io.bassi.Amberol"
]

Example: [ ]

mods.mime.audioTypes

Audio mime handlers

Type: list of string

Default:

[
  "mp3"
  "flac"
  "wav"
  "aac"
]

Example: [ ]

mods.mime.browserApplications

Applications used for handling browser mime types

Type: list of string

Default:

[
  "zen"
]

Example: [ ]

mods.mime.browserTypes

Browser mime handlers

Type: list of string

Default:

[
  "json"
  "x-extension-htm"
  "x-extension-html"
  "x-extension-shtml"
  "x-extension-xht"
  "x-extension-xhtml"
]

Example: [ ]

mods.mime.browserXTypes

Browser X mime handlers

Type: list of string

Default:

[
  "about"
  "ftp"
  "http"
  "https"
  "unknown"
]

Example: [ ]

mods.mime.imageApplications

Applications used for handling image mime types

Type: list of string

Default:

[
  "imv"
]

Example: [ ]

mods.mime.imageTypes

Image mime handlers

Type: list of string

Default:

[
  "png"
  "svg"
  "jpeg"
  "gif"
]

Example: [ ]

mods.mime.videoApplications

Applications used for handling video mime types

Type: list of string

Default:

[
  "mpv"
]

Example: [ ]

mods.mime.videoTypes

Video mime handlers

Type: list of string

Default:

[
  "mp4"
  "avi"
  "mkv"
]

Example: [ ]