bump all
This commit is contained in:
@@ -7,13 +7,14 @@ in {
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
i18n.inputMethod.fcitx5.addons = [
|
||||
(pkgs.fcitx5-toki-pona.overrideAttrs (final: prev: {
|
||||
patches = prev.patches or [] ++ [
|
||||
./toki-pona/punctuation.patch
|
||||
];
|
||||
}))
|
||||
];
|
||||
# fcitx5-toki-pona is broken
|
||||
# i18n.inputMethod.fcitx5.addons = [
|
||||
# (pkgs.fcitx5-toki-pona.overrideAttrs (final: prev: {
|
||||
# patches = prev.patches or [] ++ [
|
||||
# ./toki-pona/punctuation.patch
|
||||
# ];
|
||||
# }))
|
||||
# ];
|
||||
|
||||
programs.ghostty.settings.font-family = lib.mkAfter [
|
||||
"sitelen seli kiwen mono juniko"
|
||||
|
||||
Reference in New Issue
Block a user