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