1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 13:10:29 +03:00
mobile-nixos/modules/quirks/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

7 lines
60 B
Nix

{
imports = [
./qualcomm
./framebuffer.nix
];
}