mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 16:08:45 +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;
|
desktop.phone = true;
|
||||||
hardware.phone = true;
|
|
||||||
|
hardware = {
|
||||||
|
keyboardBinds = true;
|
||||||
|
bluetooth = true;
|
||||||
|
phone = true;
|
||||||
|
sensor = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
Loading…
Reference in New Issue
Block a user