Update NixOS config.

This commit is contained in:
Elias Gasparis 2024-12-14 08:59:59 +08:00
parent b1039d9689
commit c3df2ef530

View file

@ -25,6 +25,9 @@
options = "--delete-older-than 7d"; options = "--delete-older-than 7d";
}; };
# increase buffer size
nix.settings.download-buffer-size = "2G";
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
@ -51,9 +54,10 @@
}; };
#from someone on fedi #from someone on fedi
i18n.inputMethod = { i18n.inputMethod = {
enabled = "fcitx5"; type = "fcitx5";
fcitx5.waylandFrontend = true; fcitx5.waylandFrontend = true;
fcitx5.addons = with pkgs; [ fcitx5.addons = with pkgs; [
fcitx5-im #doesn't seem to help
fcitx5-gtk # alternatively, kdePackages.fcitx5-qt fcitx5-gtk # alternatively, kdePackages.fcitx5-qt
fcitx5-chewing fcitx5-chewing
fcitx5-chinese-addons # table input method support fcitx5-chinese-addons # table input method support