Files
nix-config/system/hardware/default.nix

9 lines
88 B
Nix
Raw Normal View History

2025-07-05 00:02:39 +02:00
{
imports = [
./amdgpu.nix
./bluetooth.nix
./sound.nix
./input
2025-07-05 00:02:39 +02:00
];
}