document how to make Electron apps use wayland natively

This commit is contained in:
2022-07-31 18:09:28 -07:00
parent d44db610cb
commit ac772e72b8

View File

@@ -13,6 +13,10 @@
EDITOR = "vim"; EDITOR = "vim";
# git claims it should use EDITOR, but it doesn't! # git claims it should use EDITOR, but it doesn't!
GIT_EDITOR = "vim"; GIT_EDITOR = "vim";
# Electron apps should use native wayland backend:
# https://nixos.wiki/wiki/Slack#Wayland
# Discord under sway crashes with this.
# NIXOS_OZONE_WL = "1";
}; };
} }