1
0
Fork 0
dotfiles/overlay-patches.nix

8 lines
142 B
Nix
Raw Normal View History

2022-03-26 21:50:56 +00:00
self: super: {
kitty = super.kitty.overrideAttrs (
o: rec {
patches = o.patches ++ [ ./patches/kitty/darwin.patch ];
}
);
}