set librime-lua right

This commit is contained in:
ponymushama 2024-07-24 20:07:49 +08:00
parent 0ded15fe1c
commit 47e4b36214
2 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, pkgs-stable, pkgs-kdenlive, userSettings, ... }:
{ config, pkgs, pkgs-stable, pkgs-kdenlive, pkgs-rime, userSettings, ... }:
{
# Home Manager needs a bit of information about you and the paths it should
@ -34,6 +34,9 @@
brave
qutebrowser
git
lua
(pkgs-rime.librime)
(pkgs-rime.librime-lua)
# Office
libreoffice-fresh

View file

@ -1,9 +1,9 @@
{ pkgs, ... }:
{ pkgs-rime, ... }:
{
i18n.inputMethod = {
enabled = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5.addons = with pkgs-rime; [
fcitx5-mozc
fcitx5-gtk
fcitx5-rime