Skip to content
Unverified Commit 9ef1406a authored by Michael Weiss's avatar Michael Weiss Committed by GitHub
Browse files

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";
    })
  ];
parent d4893a74
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment