Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/maikotan/rime-japanese
- Owner: MaikoTan
- License: lgpl-3.0
- Created: 2023-06-07T08:52:23.000Z (over 1 year ago)
- Default Branch: nix
- Last Pushed: 2024-10-07T03:35:56.000Z (4 months ago)
- Last Synced: 2024-11-24T20:13:01.308Z (2 months ago)
- Topics: archlinux, aur, ime, input-method, japanese, kana, rime, rime-schema
- Language: Nix
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)