Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maikotan/rime-japanese

AUR (Arch User Repository) package and Nix Flake to install rime-japanese, Japanese input method for rime.
https://github.com/maikotan/rime-japanese

archlinux aur ime input-method japanese kana rime rime-schema

Last synced: about 2 months ago
JSON representation

AUR (Arch User Repository) package and Nix Flake to install rime-japanese, Japanese input method for rime.

Awesome Lists containing this project

README

        

# rime-japanese

Nix package to install [`rime-japanese`](https://github.com/gkovacs/rime-japanese), Japanese input method for rime.

> [!NOTE]
> If you are interested in the AUR package, please refer to the [`aur` branch](https://github.com/MaikoTan/rime-japanese/tree/aur/).

## Install

### Flakes

Add this repository to your `flake.nix`:

```nix
{
inputs.rime-japanese.url = "github:MaikoTan/rime-japanese#nix";
inputs.rime-japanese.inputs.nixpkgs.follows = "nixpkgs";
# ...
}
```

Then install the package (from home manager):

```nix
{
home.packages = with pkgs; [
rime-japanese
];
}
```

## License

[LGPL-3.0](./LICENSE)