diff --git a/nixos/desktop/plasma.nix b/nixos/desktop/plasma.nix index 9f01200..a9070b3 100644 --- a/nixos/desktop/plasma.nix +++ b/nixos/desktop/plasma.nix @@ -2,4 +2,6 @@ services.displayManager.sddm.enable = true; services.displayManager.sddm.wayland.enable = true; services.desktopManager.plasma6.enable = true; + i18n.inputMethod.enable = true; + i18n.inputMethod.type = "ibus"; }