1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 21:11:34 +03:00
mobile-nixos/modules/module-list.nix
Samuel Dionne-Riel f019d84c88 modules: Move rootfs into the modules hierarchy
It didn't make sense to stuff that into systems anyway, it's baggage
from the first steps of making Mobile NixOS.
2020-05-15 15:49:15 -04:00

36 lines
738 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
./hardware-allwinner.nix
./hardware-generic.nix
./hardware-qualcomm.nix
./hardware-ram.nix
./hardware-rockchip.nix
./hardware-screen.nix
./hardware-soc.nix
./initrd-base.nix
./initrd-boot-gui.nix
./initrd-fbterm.nix
./initrd-fail.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/qualcomm/default.nix
./rootfs.nix
./system-target.nix
./system-types.nix
]