Patch in text-input for swayfx
This commit is contained in:
parent
54264260ed
commit
5f61631957
1 changed files with 13 additions and 4 deletions
17
overlay.nix
17
overlay.nix
|
@ -59,6 +59,15 @@ let
|
||||||
# patches in the original package was already applied
|
# 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: {
|
overlay-libs = final: prev: {
|
||||||
|
@ -100,6 +109,10 @@ let
|
||||||
overlay-asahi = inputs.nixos-m1.overlays.default;
|
overlay-asahi = inputs.nixos-m1.overlays.default;
|
||||||
in
|
in
|
||||||
[
|
[
|
||||||
|
inputs.swayfx.overlays.default
|
||||||
|
inputs.mpd-mpris.overlays.default
|
||||||
|
inputs.youmubot.overlays.default
|
||||||
|
|
||||||
(import ./overlays/openrazer)
|
(import ./overlays/openrazer)
|
||||||
overlay-unstable
|
overlay-unstable
|
||||||
overlay-needs-unstable
|
overlay-needs-unstable
|
||||||
|
@ -113,10 +126,6 @@ in
|
||||||
|
|
||||||
(import ./packages/common)
|
(import ./packages/common)
|
||||||
|
|
||||||
inputs.mpd-mpris.overlays.default
|
|
||||||
inputs.swayfx.overlays.default
|
|
||||||
inputs.youmubot.overlays.default
|
|
||||||
|
|
||||||
# Bug fixes
|
# Bug fixes
|
||||||
] # we assign the overlay created before to the overlays of nixpkgs.
|
] # we assign the overlay created before to the overlays of nixpkgs.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue