system/machine: enable bluetooth
This commit is contained in:
parent
e2d80e205e
commit
f9a0027483
1 changed files with 13 additions and 10 deletions
|
@ -29,16 +29,19 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelSpeed = "1.0";
|
||||
};
|
||||
touchpad = {
|
||||
accelSpeed = "1.0";
|
||||
disableWhileTyping = true;
|
||||
};
|
||||
# enable bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
|
||||
# configure touchpad
|
||||
services.xserver.libinput = {
|
||||
enable = true;
|
||||
mouse = {
|
||||
accelSpeed = "1.0";
|
||||
};
|
||||
touchpad = {
|
||||
accelSpeed = "1.0";
|
||||
disableWhileTyping = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue