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

@ -777,7 +777,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
(import (builtins.fetchTarball { (import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
sha256 = "07nj3ab2jbcmr66krxy6wli23srw0vgx1jhjg2b89amzllnzbi93"; sha256 = "1v1n30a2ai5mnlkrkwv4mfczd3601sqxxlawadxariblfvg7qz4j";
})) }))
<<overlays>> <<overlays>>

View file

@ -100,6 +100,7 @@
VISUAL = "emacsclient -c -a"; VISUAL = "emacsclient -c -a";
# Fixing Qt apps in other environments # 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_XCB_GL_INTEGRATION = "xcb_egl";
# QT_QPA_PLATFORM_PLUGIN_PATH = "${pkgs.qt5.qtbase.bin}/lib/qt-${pkgs.qt5.qtbase.qtCompatVersion}/plugins/platforms"; # QT_QPA_PLATFORM_PLUGIN_PATH = "${pkgs.qt5.qtbase.bin}/lib/qt-${pkgs.qt5.qtbase.qtCompatVersion}/plugins/platforms";
}; };
@ -296,7 +297,7 @@
(import (builtins.fetchTarball { (import (builtins.fetchTarball {
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
sha256 = "07nj3ab2jbcmr66krxy6wli23srw0vgx1jhjg2b89amzllnzbi93"; sha256 = "1v1n30a2ai5mnlkrkwv4mfczd3601sqxxlawadxariblfvg7qz4j";
})) }))
(self: super: (self: super:

View file

@ -127,6 +127,7 @@
VISUAL = "emacsclient -c -a"; VISUAL = "emacsclient -c -a";
# Fixing Qt apps in other environments # 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_XCB_GL_INTEGRATION = "xcb_egl";
# QT_QPA_PLATFORM_PLUGIN_PATH = "${pkgs.qt5.qtbase.bin}/lib/qt-${pkgs.qt5.qtbase.qtCompatVersion}/plugins/platforms"; # QT_QPA_PLATFORM_PLUGIN_PATH = "${pkgs.qt5.qtbase.bin}/lib/qt-${pkgs.qt5.qtbase.qtCompatVersion}/plugins/platforms";
}; };

View file

@ -417,7 +417,7 @@
myip = "curl icanhazip.com"; myip = "curl icanhazip.com";
}; };
initExtra = '' initExtra = ''
pfetch macchina
''; '';
}; };