Added NIXOS_OZONE_WL=1

This commit is contained in:
2024-09-08 11:13:34 +02:00
parent 71cc7f4b7d
commit 46a279aa2d
5 changed files with 10 additions and 8 deletions

View File

@@ -50,6 +50,7 @@
};
environment.sessionVariables = {
NIXOS_OZONE_WL = "1"; # Use Wayland when possible
GOPATH = "$HOME/.go";
};