nixpkgs/overlays/mcfly/default.nix
Daniel Siepmann 3110d19453
Replace zsh history search with mcfly
Let's see whether I keep this setup.
2022-05-23 18:45:50 +02:00

8 lines
120 B
Nix

self: super: {
mcfly = super.mcfly.overrideAttrs (oldAttrs: rec {
patches = [
./colors.patch
];
});
}