8 lines
113 B
Nix
8 lines
113 B
Nix
![]() |
{
|
||
|
hardware = {
|
||
|
bluetooth.enable = true;
|
||
|
keyboard.zsa.enable = true;
|
||
|
graphics.enable = true;
|
||
|
};
|
||
|
}
|