Files
nixos/modules/hardware/default.nix
T
2023-09-11 15:00:44 +00:00

17 lines
217 B
Nix

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