mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
set librime-lua right
This commit is contained in:
parent
0ded15fe1c
commit
47e4b36214
|
@ -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
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
|
@ -34,6 +34,9 @@
|
||||||
brave
|
brave
|
||||||
qutebrowser
|
qutebrowser
|
||||||
git
|
git
|
||||||
|
lua
|
||||||
|
(pkgs-rime.librime)
|
||||||
|
(pkgs-rime.librime-lua)
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs-rime, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
enabled = "fcitx5";
|
enabled = "fcitx5";
|
||||||
fcitx5.addons = with pkgs; [
|
fcitx5.addons = with pkgs-rime; [
|
||||||
fcitx5-mozc
|
fcitx5-mozc
|
||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
fcitx5-rime
|
fcitx5-rime
|
||||||
|
|
Loading…
Reference in a new issue