forked from extern/nix-config
feat: Add direnv
Makes it possible to cd into directories with nix flakes and automatically have a development environment set up.
This commit is contained in:
parent
44cc264f25
commit
103c78ead1
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
programs.neovim.enable = true;
|
programs.neovim.enable = true;
|
||||||
|
programs.direnv.enable = true;
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
Loading…
Reference in New Issue
Block a user