1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2025-01-05 19:03:21 +03:00
mobile-nixos/modules/module-list.nix
Samuel Dionne-Riel 95ae031200 hardware: init module with HAL for reboot modes
This will be used by the boot GUI to only show relevant reboot options.

We might add other HAL-ish things in there.

Note that this is all internal stuff :)
2020-10-15 22:08:21 -04:00

40 lines
814 B
Nix

# Then add our additional modules.
# Keep this list `:sort`ed.
[
./_nixos-disintegration
./adb.nix
./boot-initrd.nix
./cross-workarounds.nix
./devices-metadata.nix
./generated-filesystems.nix
./hardware-allwinner.nix
./hardware-generic.nix
./hardware-mediatek.nix
./hardware-qualcomm.nix
./hardware-ram.nix
./hardware-rockchip.nix
./hardware-screen.nix
./hardware-soc.nix
./hardware.nix
./initrd-base.nix
./initrd-boot-gui.nix
./initrd-fbterm.nix
./initrd-fail.nix
./initrd-firmware.nix
./initrd-kernel.nix
./initrd-logs.nix
./initrd-network.nix
./initrd-shell.nix
./initrd-ssh.nix
./initrd-usb.nix
./initrd-vendor.nix
./initrd.nix
./internal.nix
./mobile-device.nix
./nixpkgs.nix
./quirks
./rootfs.nix
./system-target.nix
./system-types.nix
]