diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 09424b0..49aaccd 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -69,6 +69,9 @@ in # Enable CUPS to print documents. services.printing.enable = true; + # Enable bluetooth. + hardware.bluetooth.enable = true; + # Enable sound with pipewire. services.pulseaudio.enable = false; security.rtkit.enable = true;