input
This commit is contained in:
parent
366289cea9
commit
0b0a14fe2c
2 changed files with 4 additions and 2 deletions
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./clipman.nix
|
./clipman.nix
|
||||||
|
./input.nix
|
||||||
|
|
||||||
./common.nix
|
./common.nix
|
||||||
./direnv.nix
|
./direnv.nix
|
||||||
# ./firefox.nix
|
# ./firefox.nix
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
il8n.inputMethods = {
|
i18n.inputMethod = {
|
||||||
enabled = "fcix5";
|
enabled = "fcitx5";
|
||||||
fcitx5.addons = with pkgs; [
|
fcitx5.addons = with pkgs; [
|
||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
fcitx5-chinese-addons
|
fcitx5-chinese-addons
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue