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/nixos/des/niri.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/nixos/des/niri.nix') diff --git a/modules/nixos/des/niri.nix b/modules/nixos/des/niri.nix index 6679274..0a1578b 100644 --- a/modules/nixos/des/niri.nix +++ b/modules/nixos/des/niri.nix @@ -26,4 +26,8 @@ XKB_DEFAULT_LAYOUT = "cz"; XKB_DEFAULT_OPTIONS = "eurosign:e,caps:escape"; }; -} \ No newline at end of file + + # Make Electron apps work on Wayland + environment.sessionVariables.NIXOS_OZONE_WL = "1"; +} + -- cgit v1.2.3