diff options
Diffstat (limited to 'modules/variables/electron.nix')
| -rw-r--r-- | modules/variables/electron.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/variables/electron.nix b/modules/variables/electron.nix new file mode 100644 index 0000000..62e7c72 --- /dev/null +++ b/modules/variables/electron.nix @@ -0,0 +1,7 @@ +{ + environment.variables = { + # ELECTRON_OZONE_PLATFORM_HINT = "auto"; + # OZONE_PLATFORM = "wayland"; + NIXOS_OZONE_WL = "1"; + }; +} |