Enable direnv
This commit is contained in:
parent
c3d89f79d2
commit
abc85183b1
1 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,12 @@
|
|||
};
|
||||
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
emacs = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ../config/emacs/init.el +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue