fix typo
This commit is contained in:
parent
2fa95ab663
commit
470acac775
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ in {
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
# magic environment variables that improve wayland compat
|
# magic environment variables that improve wayland compat
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
_JAVA_AWT_WM_NONEREPARENTING = "1";
|
_JAVA_AWT_WM_NONREPARENTING = "1";
|
||||||
GDK_BACKEND = "wayland";
|
GDK_BACKEND = "wayland";
|
||||||
ANKI_WAYLAND = "1";
|
ANKI_WAYLAND = "1";
|
||||||
MOZ_ENABLE_WAYLAND = "1";
|
MOZ_ENABLE_WAYLAND = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue