NixOS-Config/modules/system/devices/default.nix
2024-11-24 20:44:28 -05:00

15 lines
153 B
Nix

{ ... }:
{
imports = [
./audio
./bluetooth
./boot
./disks
./firmware
./networking
./printing
./udev
./video
];
}