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-18 05:21:47 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
d76992cf43
mobile-nixos
/
modules
/
quirks
/
qualcomm
/
default.nix
7 lines
66 B
Nix
Raw
Normal View
History
Unescape
Escape
quirks: Implement qualcomm framebuffer quirks as tasks
2019-12-25 03:41:17 +03:00
{
imports
=
[
./framebuffer.nix
quirks: Add qualcomm wcnss-wlan quirk This quirk assumes the firmware has been set appropriately in the NixOS configuration, using something akin to: ``` hardware.firmware = [ pkgs.my-device-firmware ]; ```
2020-04-10 04:52:24 +03:00
./wcnss-wlan.nix
quirks: Implement qualcomm framebuffer quirks as tasks
2019-12-25 03:41:17 +03:00
]
;
}
Reference in New Issue
Copy Permalink