nix/modules/hardware/default.nix

11 lines
101 B
Nix
Raw Normal View History

2024-08-31 16:04:57 +02:00
{
imports = [
2024-10-04 18:30:45 +02:00
./powerkey
2024-08-31 16:58:46 +02:00
./bluetooth
2024-10-06 12:57:02 +02:00
./openrgb
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
];
}