Link: https://github.com/nix-community/stylix/pull/2066 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
9 lines
155 B
Nix
9 lines
155 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Fcitx 5";
|
|
homepage = "https://fcitx-im.org/wiki/Fcitx_5";
|
|
maintainers = with lib.maintainers; [
|
|
da157
|
|
make-42
|
|
];
|
|
}
|