fix thefuck
This commit is contained in:
parent
7153f0836a
commit
f343ae1170
|
@ -26,6 +26,11 @@ inputs@{ pkgs, ... }:
|
||||||
"--header"
|
"--header"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
thefuck = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
editorconfig = import ./editorconfig.nix;
|
editorconfig = import ./editorconfig.nix;
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
"dotnet"
|
"dotnet"
|
||||||
"rust"
|
"rust"
|
||||||
"tailscale"
|
"tailscale"
|
||||||
"thefuck"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue