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 13:10:29 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
c81e858ea5
mobile-nixos
/
modules
/
quirks
/
default.nix
9 lines
88 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
quirks/wifi: Add quirk to disable MAC address randomization
2021-01-11 04:42:36 +03:00
./wifi.nix
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
]
;
}
Reference in New Issue
Copy Permalink