Update inputs

This commit is contained in:
Natsu Kagami 2023-03-08 22:50:35 +01:00
parent fd85a61721
commit 5818af5d5c
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 43 additions and 47 deletions

View file

@ -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;