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 6bc8e35681 quirks: Add exynos fb "notify" quirk
Used to "toggle" the framebuffer so the driver starts rendering.
2021-01-09 16:26:28 -05:00

8 lines
73 B
Nix

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