mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
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:
parent
700f9aa564
commit
3a50316006
@ -22,7 +22,13 @@ in
|
||||
};
|
||||
|
||||
desktop.phone = true;
|
||||
hardware.phone = true;
|
||||
|
||||
hardware = {
|
||||
keyboardBinds = true;
|
||||
bluetooth = true;
|
||||
phone = true;
|
||||
sensor = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
Loading…
Reference in New Issue
Block a user