{ pkgs, ... }: { (pkgs.vscode.override { commandLineArgs = [ "--wayland-text-input-version=3" ]; }); }