From c3df2ef5301b9399de7524c3e8fd54aa85eb88d9 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sat, 14 Dec 2024 08:59:59 +0800 Subject: [PATCH] Update NixOS config. --- base.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/base.nix b/base.nix index da51b62..1aa0a52 100644 --- a/base.nix +++ b/base.nix @@ -25,6 +25,9 @@ options = "--delete-older-than 7d"; }; + # increase buffer size + nix.settings.download-buffer-size = "2G"; + # Enable networking networking.networkmanager.enable = true; @@ -51,9 +54,10 @@ }; #from someone on fedi i18n.inputMethod = { - enabled = "fcitx5"; + type = "fcitx5"; fcitx5.waylandFrontend = true; fcitx5.addons = with pkgs; [ + fcitx5-im #doesn't seem to help fcitx5-gtk # alternatively, kdePackages.fcitx5-qt fcitx5-chewing fcitx5-chinese-addons # table input method support