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