Install direnv and nix-direnv
This commit is contained in:
parent
f8476a6dcc
commit
9a93809015
|
@ -129,6 +129,13 @@
|
|||
];
|
||||
|
||||
programs.bash.enable = true;
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
extraPackages = epkgs: [
|
||||
|
|
Loading…
Reference in a new issue