nixos/modules/hardware/default.nix

15 lines
166 B
Nix
Raw Normal View History

2022-11-30 14:52:47 +01:00
# Hardware-related modules
{ ... }:
{
imports = [
2023-03-19 14:27:51 +01:00
./bluetooth
2023-03-18 14:40:57 +01:00
./firmware
2023-03-19 14:42:42 +01:00
./graphics
./keychron
2022-11-30 14:52:47 +01:00
./nitrokey
2022-11-30 14:54:05 +01:00
./sound
2023-01-08 00:46:09 +01:00
./thunderbolt
2022-11-30 14:52:47 +01:00
];
}