diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 21:29:32 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 21:29:32 +0100 |
| commit | 996bf6efefe44f0bbe023b5d9646f9d6466a16ed (patch) | |
| tree | c291477dffb6d1c5e73330b401d29a2374ef4b84 /modules/home/niri/chernobyl/electron.nix | |
| parent | 9695c1c909be4d48854690cdf47958551c2d3178 (diff) | |
added workaround for electron apps
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" + ]; +}); +} |
