From 996bf6efefe44f0bbe023b5d9646f9d6466a16ed Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 2 Feb 2026 21:29:32 +0100 Subject: added workaround for electron apps --- modules/home/niri/chernobyl/electron.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/home/niri/chernobyl/electron.nix (limited to 'modules/home/niri/chernobyl/electron.nix') 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" + ]; +}); +} -- cgit v1.2.3