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