i18n.inputMethod.fcitx5.quickPhraseFiles

NixOS option

Quick phrase files.

type: attribute set of absolute path
Default
{ }
Example
{
  words = ./words.mb;
  numbers = ./numbers.mb;
}
declared in: nixos/modules/i18n/input-method/fcitx5.nixView source on NixOS/nixpkgs →