fixing emacs overlay on kaladin

This commit is contained in:
Chris Cochrun 2022-07-05 10:14:48 -05:00
parent 982b86059f
commit 2635e8f930
4 changed files with 5 additions and 3 deletions

View file

@ -127,6 +127,7 @@
VISUAL = "emacsclient -c -a";
# Fixing Qt apps in other environments
# Thought I needed this but apparently they are working fine without it.
# QT_XCB_GL_INTEGRATION = "xcb_egl";
# QT_QPA_PLATFORM_PLUGIN_PATH = "${pkgs.qt5.qtbase.bin}/lib/qt-${pkgs.qt5.qtbase.qtCompatVersion}/plugins/platforms";
};