add bluetooth to laptop

This commit is contained in:
2024-10-21 14:39:54 +02:00
parent 6783cdff43
commit 86b1ddf7ec

View File

@ -10,9 +10,6 @@
networking.wireless.enable = true;
networking.networkmanager.enable = false;
networking.firewall.allowedTCPPorts = [ 5900 ];
networking.firewall.allowedUDPPorts = [ 5900 ];
environment.systemPackages = with pkgs; [
acpi
tlp
@ -26,4 +23,6 @@
services.libinput.enable = true;
services.libinput.touchpad.clickMethod = "clickfinger";
services.libinput.touchpad.tapping = false;
hardware.bluetooth.enable = true;
}