This commit is contained in:
Tao Tien 2024-09-01 22:11:49 -07:00
parent f754fccd79
commit c1bd34dda6
3 changed files with 35 additions and 35 deletions

View file

@ -108,15 +108,15 @@
security.sudo-rs.enable = true;
security.sudo.enable = false;
i18n.inputMethod = {
enable = true;
type = "fcitx5";
fcitx5.addons = with pkgs; [
fcitx5-gtk
fcitx5-mozc
fcitx5-rime
];
};
# i18n.inputMethod = {
# enable = true;
# type = "fcitx5";
# fcitx5.addons = with pkgs; [
# fcitx5-gtk
# fcitx5-mozc
# fcitx5-rime
# ];
# };
environment.variables = {
EDITOR = "hx";