nix/modules/hardware/default.nix

9 lines
72 B
Nix
Raw Normal View History

2024-08-31 16:04:57 +02:00
{
imports = [
2024-08-31 16:58:46 +02:00
./bluetooth
2024-08-31 16:04:57 +02:00
./sound
2024-10-04 15:19:23 +02:00
./boot
2024-09-15 10:00:51 +02:00
./led
2024-08-31 16:04:57 +02:00
];
}