Skip to content

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

License

Notifications You must be signed in to change notification settings

MaikoTan/rime-japanese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

rime-japanese

Nix package to install rime-japanese, Japanese input method for rime.

Install

Flakes

Add this repository to your flake.nix:

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

Then install the package (from home manager):

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

License

LGPL-3.0

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages