fix(modules): remove buggy session variable

Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
Jo 2024-09-26 00:25:44 +02:00
parent 8f7a566f44
commit 10b891a95d

View file

@ -12,7 +12,6 @@ in {
config = mkIf cfg.enable {
environment.sessionVariables = {
NIXOS_OZONE_WL = "0"; # Chromium/Electron native Wayland support (Buggy)
MOZ_ENABLE_WAYLAND = "1"; # Firefox native Wayland support
};