nix/modules/hardware/default.nix

8 lines
61 B
Nix
Raw Permalink 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-09-15 10:00:51 +02:00
./led
2024-08-31 16:04:57 +02:00
];
}