aboutsummaryrefslogtreecommitdiff
path: root/modules/home/niri/chernobyl/electron.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/niri/chernobyl/electron.nix')
-rw-r--r--modules/home/niri/chernobyl/electron.nix9
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"
+ ];
+});
+}