diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-12-11 11:42:04 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-12-11 11:42:04 +0100 |
| commit | bab443854ba8a0ad98a9ed12b857cc13c5281597 (patch) | |
| tree | 26d43882d8cda15730d3f34a2bbe49cd9fa346b1 | |
| parent | 1398344486e3dd847c587edf23db8ff88f8a41ba (diff) | |
| download | nixos-bab443854ba8a0ad98a9ed12b857cc13c5281597.tar nixos-bab443854ba8a0ad98a9ed12b857cc13c5281597.tar.gz nixos-bab443854ba8a0ad98a9ed12b857cc13c5281597.tar.bz2 nixos-bab443854ba8a0ad98a9ed12b857cc13c5281597.tar.xz nixos-bab443854ba8a0ad98a9ed12b857cc13c5281597.zip | |
...
| -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 | }; |
