fix: cleanup old direnv config remains

This commit is contained in:
Felix Schröter 2020-03-13 20:10:47 +01:00 committed by Felix Schroeter
parent 43d2118504
commit b567c83f95
2 changed files with 0 additions and 7 deletions

View file

@ -21,12 +21,6 @@ with pkgs;
longitude = "10.4021562";
};
programs.direnv = {
enable = true;
enableBashIntegration = true;
enableFishIntegration = true;
};
programs.ssh = {
enable = true;
};

View file

@ -4,7 +4,6 @@ with pkgs;
{
imports = [
./shell
./direnv
./editors
./desktop
./keybase.nix