9 lines
146 B
Nix
9 lines
146 B
Nix
{
|
|
hardware = {
|
|
amdgpu.opencl.enable = true;
|
|
bluetooth.enable = true;
|
|
keyboard.zsa.enable = true;
|
|
graphics.enable = true;
|
|
};
|
|
}
|