nixos-config/pkgs/osu-lazer/default.nix
Simon Bruder 62a17a54b4
pkgs/osu-lazer: Remove random song button from footer
This also reorganises the other patch I apply.
2021-04-09 12:09:45 +02:00

8 lines
180 B
Nix

{ osu-lazer }:
osu-lazer.overrideAttrs (o: o // {
patches = o.patches ++ [
./0001-Disable-deployed-build.patch
./0002-Remove-random-song-button-from-footer.patch
];
})