fix: cleanup old direnv config remains
This commit is contained in:
parent
43d2118504
commit
b567c83f95
|
@ -21,12 +21,6 @@ with pkgs;
|
|||
longitude = "10.4021562";
|
||||
};
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableFishIntegration = true;
|
||||
};
|
||||
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
@ -4,7 +4,6 @@ with pkgs;
|
|||
{
|
||||
imports = [
|
||||
./shell
|
||||
./direnv
|
||||
./editors
|
||||
./desktop
|
||||
./keybase.nix
|
||||
|
|
Loading…
Reference in a new issue