mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-07 21:36:34 +01:00
Add override
This commit is contained in:
parent
4bcb22a53e
commit
5dbee1278e
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ prismlauncher, nur, self, ... }:
|
{ prismlauncher, nur, self, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
@ -21,6 +21,8 @@
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
noto-fonts-color-emoji = pkgs.noto-fonts-color-emoji_withExtraFlags;
|
||||||
|
|
||||||
libadwaita = super.libadwaita.overrideAttrs (old: {
|
libadwaita = super.libadwaita.overrideAttrs (old: {
|
||||||
patches = (old.patches or []) ++ [
|
patches = (old.patches or []) ++ [
|
||||||
../patches/adwaita-theming-support.patch
|
../patches/adwaita-theming-support.patch
|
||||||
|
|
Loading…
Reference in a new issue