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

6 lines
50 B
Nix

{
imports = [
./exynos-fb-notify.nix
];
}