diff options
Diffstat (limited to 'modules/home/niri/chernobyl/electron.nix')
| -rw-r--r-- | modules/home/niri/chernobyl/electron.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/home/niri/chernobyl/electron.nix b/modules/home/niri/chernobyl/electron.nix new file mode 100644 index 0000000..95d03af --- /dev/null +++ b/modules/home/niri/chernobyl/electron.nix @@ -0,0 +1,9 @@ +{ pkgs, ... }: + +{ + (pkgs.vscode.override { + commandLineArgs = [ + "--wayland-text-input-version=3" + ]; +}); +} |
