This commit is contained in:
Tao Tien 2024-09-17 00:20:17 -07:00
parent 34107178c1
commit e167353f33
3 changed files with 46 additions and 64 deletions

View file

@ -109,15 +109,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";