Patch in text-input for swayfx

This commit is contained in:
Natsu Kagami 2024-06-22 15:42:41 +02:00
parent 54264260ed
commit 5f61631957
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -59,6 +59,15 @@ let
# patches in the original package was already applied
];
});
swayfx-unwrapped = prev.swayfx-unwrapped.overrideAttrs (attrs: {
patches = (attrs.patches or [ ]) ++ [
(final.fetchurl {
url = "https://patch-diff.githubusercontent.com/raw/WillPower3309/swayfx/pull/315.patch";
hash = "sha256-zamOLHUjlzRs8PytPTAzEsdzgVtK+HVziHgrhwPcB+E=";
})
];
});
};
overlay-libs = final: prev: {
@ -100,6 +109,10 @@ let
overlay-asahi = inputs.nixos-m1.overlays.default;
in
[
inputs.swayfx.overlays.default
inputs.mpd-mpris.overlays.default
inputs.youmubot.overlays.default
(import ./overlays/openrazer)
overlay-unstable
overlay-needs-unstable
@ -113,10 +126,6 @@ in
(import ./packages/common)
inputs.mpd-mpris.overlays.default
inputs.swayfx.overlays.default
inputs.youmubot.overlays.default
# Bug fixes
] # we assign the overlay created before to the overlays of nixpkgs.