nix-config/modules/hardware/default.nix

9 lines
80 B
Nix

# Hardware-related modules
{ ... }:
{
imports = [
./bluetooth.nix
];
}