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
|
||||
./clipman.nix
|
||||
./input.nix
|
||||
|
||||
./common.nix
|
||||
./direnv.nix
|
||||
# ./firefox.nix
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
il8n.inputMethods = {
|
||||
enabled = "fcix5";
|
||||
i18n.inputMethod = {
|
||||
enabled = "fcitx5";
|
||||
fcitx5.addons = with pkgs; [
|
||||
fcitx5-gtk
|
||||
fcitx5-chinese-addons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue