From 846e9e536db9286950120caf2fcd3f02a5b04b9d Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 25 Oct 2022 21:40:50 +0200 Subject: no follows for emacs overlay, so bincache works --- modules/emacs.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/emacs.nix') diff --git a/modules/emacs.nix b/modules/emacs.nix index 526ce2c..0df6c08 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -1,10 +1,14 @@ -{ pkgs, ... }: +{ pkgs, inputs, ... }: { environment.systemPackages = with pkgs; [ direnv ]; + nixpkgs.overlays = [ + inputs.emacs-overlay.overlay + ]; + programs.zsh.shellInit = '' eval "$(direnv hook zsh)" ''; -- cgit v1.3.1