nix-config/modules/hardware/default.nix

13 lines
152 B
Nix
Raw Normal View History

2021-05-29 16:35:27 +02:00
# Hardware-related modules
{ ... }:
{
imports = [
2021-05-29 16:37:07 +02:00
./bluetooth.nix
2021-05-29 16:38:54 +02:00
./ergodox.nix
2021-05-29 16:41:59 +02:00
./networking.nix
2021-05-29 16:43:32 +02:00
./sound.nix
2021-05-29 16:44:34 +02:00
./upower.nix
2021-05-29 16:35:27 +02:00
];
}