New moonlight patch for mouse-accel

This commit is contained in:
Vili Sinervä 2024-12-03 22:10:42 +02:00
parent 3638f38ca3
commit 8c08623c0a
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 23 additions and 0 deletions

View file

@ -7,6 +7,14 @@
}
];
nixpkgs.overlays = [
(final: prev: {
moonlight-qt = prev.moonlight-qt.overrideAttrs (old: {
patches = (old.patches or [ ]) ++ [ ../misc/mouse-accel.patch ];
});
})
];
hardware.logitech.wireless = {
enable = true;
enableGraphical = true;