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