Update NixOS config.
This commit is contained in:
parent
b1039d9689
commit
c3df2ef530
1 changed files with 5 additions and 1 deletions
6
base.nix
6
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue