Add override

This commit is contained in:
Johannes Jöns 2023-10-08 16:59:44 +02:00
parent 4bcb22a53e
commit 5dbee1278e

View file

@ -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