1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 04:51:31 +03:00
mobile-nixos/modules/quirks/qualcomm/default.nix
Samuel Dionne-Riel a1430b3ab8 quirks: qualcomm.msm-fb-refresher -> fb-refresher
It has been found that it may be useful on non-Qualcomm platforms.
2020-06-28 23:54:14 -04:00

8 lines
87 B
Nix

{
imports = [
./msm-dwc3.nix
./msm-fb-notify.nix
./wcnss-wlan.nix
];
}