This commit is contained in:
2026-08-29 01:06:11 -06:00
parent 348e77fec7
commit 25d794061d
4 changed files with 168 additions and 159 deletions
+8 -7
View File
@@ -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"
+1
View File
@@ -23,6 +23,7 @@ in {
programs.firefox = {
enable = true;
configPath = ".mozilla/firefox";
# configPath = "${config.xdg.configHome}/mozilla/firefox";
# Available language codes can be found on the releases page: