mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
15 lines
178 B
Nix
15 lines
178 B
Nix
# Hardware-related modules
|
|
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./bluetooth
|
|
./debug
|
|
./firmware
|
|
./graphics
|
|
./keychron
|
|
./nitrokey
|
|
./sound
|
|
./thunderbolt
|
|
];
|
|
}
|