NixOS and Home Manager config

fix: IME in vscode

nel.pet 101b01c8 e3ed60dc

verified
+1 -1
+1 -1
modules/home/vscode.nix
··· 14 14 postFixup = prev.postFixup + '' 15 15 mv $out/bin/code $out/bin/.code-wayland-wrapped 16 16 makeWrapper $out/bin/.code-wayland-wrapped $out/bin/code \ 17 - --add-flags "--enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto" 17 + --add-flags "--enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto --enable-wayland-ime" 18 18 ''; 19 19 20 20 # Work around for https://github.com/NixOS/nixpkgs/issues/391341