Emacs direnv
This commit is contained in:
parent
95a09cea0b
commit
276cd97915
5 changed files with 23 additions and 3 deletions
7
nixos/modules/direnv/default.nix
Normal file
7
nixos/modules/direnv/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ...}:
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue