diff --git a/sets/base.nix b/sets/base.nix index e7f9ad1..1cc19fb 100644 --- a/sets/base.nix +++ b/sets/base.nix @@ -35,6 +35,24 @@ overlays = [ inputs.artemist.overlays.default inputs.fonts.overlays.default + (final: prev: { + nheko = prev.nheko.overrideAttrs (attrs: { + patches = + attrs.patches + ++ (with final; [ + (fetchpatch { + name = "custom-reactions-display.patch"; + url = "https://github.com/Nheko-Reborn/nheko/commit/2f1b3519d38c99ded45c1a9d9e86f5d4dd961238.patch"; + hash = "sha256-1/7jisXw+VfC65SeDC15yVuHqx01OJlJkOVGeIiLeN4="; + }) + (fetchpatch { + name = "custom-reactions-history.patch"; + url = "https://github.com/Nheko-Reborn/nheko/commit/1994ea634eab69478cfdf1da37cbb9de62dbe595.patch"; + hash = "sha256-P3nG9s4TWBwcEmEJlTpFsM4QQbRYNGmcRC4zZW8Zj4Y="; + }) + ]); + }); + }) ]; config.allowUnfreePredicate = pkg: