nixos/modules/hardware/default.nix
Felix Buehler c8fc9152fd
Some checks are pending
/ Build Nix targets (push) Waiting to run
hardware/action-on-low-power: init
2025-09-02 00:06:55 +02:00

18 lines
250 B
Nix

# Hardware-related modules
{ ... }:
{
imports = [
./action-on-low-power
./bluetooth
./debug
./drive-monitor
./firmware
./graphics
./id-card
./keychron
./monitor
./sound
./thunderbolt
./yubikey
];
}