phone: Add bluetooth / sensor / keyboard binds

Noticeably makes the phone much more pleasant to use with the keyboard
I use.
This commit is contained in:
Donovan Glover 2024-06-20 11:08:22 -04:00
parent 700f9aa564
commit 3a50316006
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -22,7 +22,13 @@ in
};
desktop.phone = true;
hardware.phone = true;
hardware = {
keyboardBinds = true;
bluetooth = true;
phone = true;
sensor = true;
};
};
environment = {