mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
17 lines
224 B
Nix
17 lines
224 B
Nix
# Hardware-related modules
|
|
{ ... }:
|
|
{
|
|
imports = [
|
|
./bluetooth
|
|
./debug
|
|
./drive-monitor
|
|
./firmware
|
|
./graphics
|
|
./id-card
|
|
./keychron
|
|
./monitor
|
|
./sound
|
|
./thunderbolt
|
|
./yubikey
|
|
];
|
|
}
|