11 lines
152 B
Nix
11 lines
152 B
Nix
{lib, ...}: {
|
|
imports = [
|
|
./amdgpu.nix
|
|
./bluetooth.nix
|
|
./sound.nix
|
|
./input
|
|
];
|
|
|
|
hardware.enableAllFirmware = lib.mkDefault true;
|
|
}
|