Files
nixos/modules/hardware/default.nix
T

17 lines
213 B
Nix

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