Update NixOS config.
This commit is contained in:
parent
37b88a16f1
commit
eacf7189f0
1 changed files with 15 additions and 12 deletions
27
base.nix
27
base.nix
|
@ -52,18 +52,21 @@
|
||||||
LC_TELEPHONE = "en_US.UTF-8";
|
LC_TELEPHONE = "en_US.UTF-8";
|
||||||
LC_TIME = "en_US.UTF-8";
|
LC_TIME = "en_US.UTF-8";
|
||||||
};
|
};
|
||||||
#from someone on fedi
|
|
||||||
i18n.inputMethod = {
|
|
||||||
type = "fcitx5";
|
|
||||||
fcitx5.waylandFrontend = true;
|
# doesn't work
|
||||||
fcitx5.addons = with pkgs; [
|
# i18n.inputMethod = {
|
||||||
fcitx5-im #doesn't seem to help
|
# type = "fcitx5";
|
||||||
fcitx5-gtk # alternatively, kdePackages.fcitx5-qt
|
# fcitx5.waylandFrontend = true;
|
||||||
fcitx5-chewing
|
# fcitx5.addons = with pkgs; [
|
||||||
fcitx5-chinese-addons # table input method support
|
# fcitx5-im #doesn't seem to help
|
||||||
fcitx5-nord # a color theme
|
# fcitx5-gtk # alternatively, kdePackages.fcitx5-qt
|
||||||
];
|
# fcitx5-chewing
|
||||||
};
|
# fcitx5-chinese-addons # table input method support
|
||||||
|
# fcitx5-nord # a color theme
|
||||||
|
# ];
|
||||||
|
# };
|
||||||
#old one didn't work
|
#old one didn't work
|
||||||
# i18n.inputMethod = {
|
# i18n.inputMethod = {
|
||||||
# type = "fcitx5";
|
# type = "fcitx5";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue