summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r--accounts/gkleen@sif/default.nix26
1 files changed, 25 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 4bf1dcbc..3e6c4d51 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -767,7 +767,31 @@ in {
767 i18n.inputMethod = { 767 i18n.inputMethod = {
768 enable = true; 768 enable = true;
769 type = "fcitx5"; 769 type = "fcitx5";
770 fcitx5.waylandFrontend = true; 770 fcitx5 = {
771 waylandFrontend = true;
772 settings = {
773 inputMethod = {
774 "Groups/0" = {
775 Name = "Default";
776 "Default Layout" = "us";
777 DefaultIM = "keyboard-us";
778 };
779 "Groups/0/Items/0" = {
780 Name = "keyboard-us";
781 Layout = "";
782 };
783 "GroupOrder"."0" = "Default";
784 };
785 addons.quickphrase = {
786 globalSection = {
787 "Choose Modifier" = "None";
788 Spell = "True";
789 FallbackSpellLanguage = "en";
790 };
791 sections.TriggerKey."0" = "Super+E";
792 };
793 };
794 };
771 }; 795 };
772 }; 796 };
773 }; 797 };