diff --git a/overlays/default.nix b/overlays/default.nix index 34dd90e..89b4001 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -1,4 +1,4 @@ -{ prismlauncher, nur, self, ... }: +{ prismlauncher, nur, self, pkgs, ... }: { nixpkgs = { @@ -21,6 +21,8 @@ ]; }); + noto-fonts-color-emoji = pkgs.noto-fonts-color-emoji_withExtraFlags; + libadwaita = super.libadwaita.overrideAttrs (old: { patches = (old.patches or []) ++ [ ../patches/adwaita-theming-support.patch