summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox-bin
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2018-08-04 16:01:44 +0200
committerGitHub <noreply@github.com>2018-08-04 16:01:44 +0200
commit9ef1406a9918f3414d081563ba34084c5e187a58 (patch)
tree17f911c54c50791681a1cacb35870ffa5ee0fc80 /pkgs/applications/networking/browsers/firefox-bin
parentd4893a74e5bcc6570a670d92896779390bb06cda (diff)
downloadnixlib-9ef1406a9918f3414d081563ba34084c5e187a58.tar
nixlib-9ef1406a9918f3414d081563ba34084c5e187a58.tar.gz
nixlib-9ef1406a9918f3414d081563ba34084c5e187a58.tar.bz2
nixlib-9ef1406a9918f3414d081563ba34084c5e187a58.tar.lz
nixlib-9ef1406a9918f3414d081563ba34084c5e187a58.tar.xz
nixlib-9ef1406a9918f3414d081563ba34084c5e187a58.tar.zst
nixlib-9ef1406a9918f3414d081563ba34084c5e187a58.zip
signal-desktop: Allow overriding the spell checker language (#44456)
Thought this could be useful for others as well. Unfortunately it will
also override the UI language.

Example usage:

  environment.systemPackages = with pkgs; [
    (signal-desktop.override {
      spellcheckerLanguage = "de_DE";
    })
  ];
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox-bin')
0 files changed, 0 insertions, 0 deletions