feat(toki-pona): init
build / build-sydpc (push) Successful in 4s
build / build-fruitbook (push) Successful in 3s
build / build-deertopia (push) Failing after 5s

This commit was merged in pull request #11.
This commit is contained in:
2026-03-11 09:21:45 -06:00
parent ca6fd41f35
commit c52bd6ae85
6 changed files with 64 additions and 30 deletions
+7 -2
View File
@@ -18,6 +18,11 @@ in {
pkgs.kdePackages.fcitx5-chinese-addons
pkgs.fcitx5-hangul
inputs.syd-fcitx5-tables.packages.${system}.default
(pkgs.fcitx5-toki-pona.overrideAttrs (final: prev: {
patches = prev.patches or [] ++ [
./fcitx5/punctuation.patch
];
}))
];
settings = {
# Bind QuickPhrase to `s-;`.
@@ -26,8 +31,8 @@ in {
};
globalOptions = {
# Disable shift to toggle. I accidentally press it all the time.
# 날 미치게 만들어요.
# Disable shift to toggle. I accidentally press it all
# the time. 날 미치게 만들어요.
Hotkey.AltTriggerKeys = "";
};