mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2024-12-04 20:05:00 +01:00
fix(modules): remove buggy session variable
Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
parent
8f7a566f44
commit
10b891a95d
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue