New moonlight patch for mouse-accel
This commit is contained in:
parent
3638f38ca3
commit
8c08623c0a
2 changed files with 23 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue