Files
nixos/modules/hardware/default.nix
T
2025-02-07 22:13:20 +01:00

18 lines
216 B
Nix

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