mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +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
|
||||
|
@ -34,6 +34,9 @@
|
|||
brave
|
||||
qutebrowser
|
||||
git
|
||||
lua
|
||||
(pkgs-rime.librime)
|
||||
(pkgs-rime.librime-lua)
|
||||
|
||||
# Office
|
||||
libreoffice-fresh
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue