remove direnv

This commit is contained in:
Gabriel Fontes
2022-01-16 01:03:35 -03:00
parent d0a6aaa8ea
commit ddffdd1fc7
2 changed files with 0 additions and 7 deletions
-1
View File
@@ -2,7 +2,6 @@
imports = [
./nvim
./amfora.nix
./direnv.nix
./fish.nix
./git.nix
./neofetch.nix
-6
View File
@@ -1,6 +0,0 @@
{ lib, features, ... }: {
programs.direnv = {
enable = true;
nix-direnv.enable = true;
};
}