8 lines
113 B
Nix
Raw Normal View History

2024-10-20 00:30:58 +02:00
{
hardware = {
bluetooth.enable = true;
keyboard.zsa.enable = true;
graphics.enable = true;
};
}