Files
nixos/modules/hardware/default.nix
T

18 lines
217 B
Nix

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