diff options
Diffstat (limited to 'accounts/gkleen@sif')
| -rw-r--r-- | accounts/gkleen@sif/default.nix | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 3e6c4d51..2011e670 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
| @@ -770,6 +770,9 @@ in { | |||
| 770 | fcitx5 = { | 770 | fcitx5 = { |
| 771 | waylandFrontend = true; | 771 | waylandFrontend = true; |
| 772 | settings = { | 772 | settings = { |
| 773 | globalOptions."Behavior/DisabledAddons" = { | ||
| 774 | "0" = "clipboard"; | ||
| 775 | }; | ||
| 773 | inputMethod = { | 776 | inputMethod = { |
| 774 | "Groups/0" = { | 777 | "Groups/0" = { |
| 775 | Name = "Default"; | 778 | Name = "Default"; |
| @@ -782,13 +785,22 @@ in { | |||
| 782 | }; | 785 | }; |
| 783 | "GroupOrder"."0" = "Default"; | 786 | "GroupOrder"."0" = "Default"; |
| 784 | }; | 787 | }; |
| 785 | addons.quickphrase = { | 788 | addons = { |
| 786 | globalSection = { | 789 | classicui.globalSection = { |
| 787 | "Choose Modifier" = "None"; | 790 | "Vertical Candidate List" = "True"; |
| 788 | Spell = "True"; | 791 | Font = "Fira Sans 10"; |
| 789 | FallbackSpellLanguage = "en"; | 792 | MenuFont = "Fira Sans 10"; |
| 793 | TrayFont = "Fira Sans Demi-Bold 10"; | ||
| 794 | UseDarkTheme = "True"; | ||
| 795 | }; | ||
| 796 | quickphrase = { | ||
| 797 | globalSection = { | ||
| 798 | "Choose Modifier" = "None"; | ||
| 799 | Spell = "True"; | ||
| 800 | FallbackSpellLanguage = "en"; | ||
| 801 | }; | ||
| 802 | sections.TriggerKey."0" = "Super+E"; | ||
| 790 | }; | 803 | }; |
| 791 | sections.TriggerKey."0" = "Super+E"; | ||
| 792 | }; | 804 | }; |
| 793 | }; | 805 | }; |
| 794 | }; | 806 | }; |
