nix/modules/hardware/default.nix
2025-01-20 21:46:09 +01:00

11 lines
111 B
Nix

{
imports = [
./powerkey
./bluetooth
./openrgb
./amd-gpu
./systemd-boot
./led
];
}