add input method config to fcitx5
This commit is contained in:
parent
b999390cbc
commit
992f6e6fce
1 changed files with 21 additions and 0 deletions
|
|
@ -47,6 +47,27 @@ in
|
|||
})
|
||||
];
|
||||
waylandFrontend = true;
|
||||
ignoreUserConfig = true;
|
||||
settings = {
|
||||
addons = {
|
||||
classicui.globalSection.Theme = "FluentDark-solid";
|
||||
};
|
||||
inputMethod = {
|
||||
"Groups/0" = {
|
||||
Name = "Default";
|
||||
"Default Layout" = "us";
|
||||
DefaultIM = "keyboard-us";
|
||||
};
|
||||
"Groups/0/Items/0" = {
|
||||
Name = "keyboard-us";
|
||||
Layout = "";
|
||||
};
|
||||
"Groups/0/Items/1" = {
|
||||
Name = "rime";
|
||||
Layout = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue