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