diff options
Diffstat (limited to 'accounts/gkleen@sif')
| -rw-r--r-- | accounts/gkleen@sif/default.nix | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 3e6c4d51..5d7e40cb 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
| @@ -782,13 +782,22 @@ in { | |||
| 782 | }; | 782 | }; |
| 783 | "GroupOrder"."0" = "Default"; | 783 | "GroupOrder"."0" = "Default"; |
| 784 | }; | 784 | }; |
| 785 | addons.quickphrase = { | 785 | addons = { |
| 786 | globalSection = { | 786 | classicui.globalSection = { |
| 787 | "Choose Modifier" = "None"; | 787 | "Vertical Candidate List" = "True"; |
| 788 | Spell = "True"; | 788 | Font = "Fira Sans 10"; |
| 789 | FallbackSpellLanguage = "en"; | 789 | MenuFont = "Fira Sans 10"; |
| 790 | TrayFont = "Fira Sans Demi-Bold 10"; | ||
| 791 | UseDarkTheme = "True"; | ||
| 792 | }; | ||
| 793 | quickphrase = { | ||
| 794 | globalSection = { | ||
| 795 | "Choose Modifier" = "None"; | ||
| 796 | Spell = "True"; | ||
| 797 | FallbackSpellLanguage = "en"; | ||
| 798 | }; | ||
| 799 | sections.TriggerKey."0" = "Super+E"; | ||
| 790 | }; | 800 | }; |
| 791 | sections.TriggerKey."0" = "Super+E"; | ||
| 792 | }; | 801 | }; |
| 793 | }; | 802 | }; |
| 794 | }; | 803 | }; |
