Update inputs
This commit is contained in:
parent
fd85a61721
commit
5818af5d5c
2 changed files with 43 additions and 47 deletions
|
@ -103,11 +103,6 @@
|
|||
|
||||
# Enable sound.
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio = {
|
||||
enable = true;
|
||||
extraModules = [ pkgs.pulseaudio-modules-bt ];
|
||||
package = pkgs.pulseaudioFull;
|
||||
};
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
# services.xserver.libinput.enable = true;
|
||||
|
||||
|
@ -213,6 +208,7 @@
|
|||
## Bluetooth
|
||||
#
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.package = pkgs.bluez5-experimental;
|
||||
|
||||
# Peripherals
|
||||
hardware.opentabletdriver.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue