18 lines
216 B
Nix
18 lines
216 B
Nix
# Hardware-related modules
|
|
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./bluetooth
|
|
#./debug
|
|
#./drive-monitor
|
|
#./firmware
|
|
#./graphics
|
|
#./keychron
|
|
#./yubikey
|
|
./sound
|
|
#./thunderbolt
|
|
#./wifi
|
|
];
|
|
}
|