nix-config/overlays/default.nix
Donovan Glover 963ac19447
overlays: Patch fzf to prevent fzf_key_bindings error
I was going to wait until the next nixos-unstable release, but it's been
a week since the branch was updated. This commit makes it possible to
use the latest nixos-unstable release without worrying about the
fzf_key_bindings error introduced in the recent fzf update.
2023-10-25 13:51:06 -04:00

8 lines
72 B
Nix

{
imports = [
./alejandra.nix
./fzf.nix
./zola.nix
];
}