docs: update Vietnamese input setup instructions in README

Add fcitx5-configtool addon and clarify that Unikey must be added via
fcitx5-configtool's Input Method tab, not through KDE Virtual Keyboard settings.
This commit is contained in:
2026-08-10 01:09:13 +07:00
parent 2238607011
commit 4cae1d0ed0
3 changed files with 22 additions and 14 deletions
+6 -3
View File
@@ -4,9 +4,11 @@
imports = [ ./hardware-configuration.nix ];
# Bootloader
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
# boot.loader.grub.enable = true;
# boot.loader.grub.device = "/dev/sda";
# boot.loader.grub.useOSProber = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Enable flakes and nix-command
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@@ -24,6 +26,7 @@
fcitx5.addons = with pkgs; [
qt6Packages.fcitx5-unikey
fcitx5-gtk
fcitx5-configtool
];
};