no follows for emacs overlay, so bincache works
This commit is contained in:
parent
c048d384ce
commit
846e9e536d
3 changed files with 79 additions and 23 deletions
|
@ -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)"
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue