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"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user