6 lines
133 B
Nix
6 lines
133 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Fcitx 5";
|
|
homepage = "https://fcitx-im.org/wiki/Fcitx_5";
|
|
maintainers = [ lib.maintainers.make-42 ];
|
|
}
|