NixOS-Config/modules/system/devices/default.nix

14 lines
138 B
Nix

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