nvim undotree and direnv

This commit is contained in:
cy 2025-01-16 11:01:55 -05:00
parent 09b6e25b2b
commit ff3df36198
3 changed files with 7 additions and 0 deletions

View file

@ -138,4 +138,9 @@
};
services.gnome-keyring.enable = true;
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}