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/nixos/des | |
| parent | 9695c1c909be4d48854690cdf47958551c2d3178 (diff) | |
added workaround for electron apps
Diffstat (limited to 'modules/nixos/des')
| -rw-r--r-- | modules/nixos/des/niri.nix | 6 |
1 files changed, 5 insertions, 1 deletions
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"; +} + |
