Emacs: use emacs-nix overlay for more up-to-date packages
Alan Pearce alan@alanpearce.eu
Fri, 31 Jan 2020 13:28:20 +0100
1 files changed, 6 insertions(+), 0 deletions(-)
jump to
M user/settings/emacs.nix → user/settings/emacs.nix
@@ -34,6 +34,12 @@ { imports = [ ../modules/eshell.nix ]; + nixpkgs.overlays = [ + (import (builtins.fetchTarball { + url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz; + })) + ]; + programs.emacs = { enable = true; eshell = {