tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
fix: IME in vscode
nel.pet
7 months ago
101b01c8
e3ed60dc
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
home
vscode.nix
+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
17
-
--add-flags "--enable-features=UseOzonePlatform,WaylandWindowDecorations --ozone-platform-hint=auto"
17
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