From 31ee461e6f315d76cbb7907297e6139becbb19f0 Mon Sep 17 00:00:00 2001 From: Luana Date: Mon, 16 Sep 2024 17:11:05 -0300 Subject: [PATCH] Adiciona bluetooth --- hosts/common/desktop-salinha.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/common/desktop-salinha.nix b/hosts/common/desktop-salinha.nix index 073b8de..58da51c 100644 --- a/hosts/common/desktop-salinha.nix +++ b/hosts/common/desktop-salinha.nix @@ -21,6 +21,13 @@ networking.networkmanager.enable = true; networking.networkmanager.ethernet.macAddress = "permanent"; # use real Mac address networking.networkmanager.wifi.macAddress = "permanent"; + hardware.bluetooth.enable = true; # enables support for Bluetooth + hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot + hardware.bluetooth.settings = { + General = { + Experimental = true; + }; + }; # Flakes nix = {