This website requires JavaScript.
Explore
Help
Sign In
NixOS
/
mobile-nixos
Watch
1
Star
1
Fork
0
You've already forked mobile-nixos
mirror of
https://github.com/NixOS/mobile-nixos.git
synced
2024-12-17 21:11:34 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
6bc8e35681
mobile-nixos
/
modules
/
quirks
/
default.nix
8 lines
73 B
Nix
Raw
Normal View
History
Unescape
Escape
quirks: qualcomm.msm-fb-refresher -> fb-refresher It has been found that it may be useful on non-Qualcomm platforms.
2020-06-29 05:40:58 +03:00
{
imports
=
[
quirks: Add exynos fb "notify" quirk Used to "toggle" the framebuffer so the driver starts rendering.
2021-01-09 08:06:23 +03:00
./exynos
quirks: qualcomm.msm-fb-refresher -> fb-refresher It has been found that it may be useful on non-Qualcomm platforms.
2020-06-29 05:40:58 +03:00
./qualcomm
./framebuffer.nix
]
;
}
Reference in New Issue
Copy Permalink