diff --git a/README.org b/README.org index 8fa9137..531653b 100644 --- a/README.org +++ b/README.org @@ -777,7 +777,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a (import (builtins.fetchTarball { url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; - sha256 = "07nj3ab2jbcmr66krxy6wli23srw0vgx1jhjg2b89amzllnzbi93"; + sha256 = "1v1n30a2ai5mnlkrkwv4mfczd3601sqxxlawadxariblfvg7qz4j"; })) <> diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index d4376c3..2e1fe1b 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -100,6 +100,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"; }; @@ -296,7 +297,7 @@ (import (builtins.fetchTarball { url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; - sha256 = "07nj3ab2jbcmr66krxy6wli23srw0vgx1jhjg2b89amzllnzbi93"; + sha256 = "1v1n30a2ai5mnlkrkwv4mfczd3601sqxxlawadxariblfvg7qz4j"; })) (self: super: diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 5390c75..d39c3b1 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -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"; }; diff --git a/user/home.nix b/user/home.nix index d272df7..d840b11 100644 --- a/user/home.nix +++ b/user/home.nix @@ -417,7 +417,7 @@ myip = "curl icanhazip.com"; }; initExtra = '' - pfetch + macchina ''; };