diff --git a/configuration.nix b/configuration.nix index a130616..fe9f006 100644 --- a/configuration.nix +++ b/configuration.nix @@ -215,11 +215,17 @@ services.hardware.bolt.enable = true; - hardware.tuxedo-keyboard.enable = true; -# hardware.tuxedo-rs = { -# enable = true; -# tailor-gui.enable = true; -# }; + hardware = { + bluetooth = { + enable = true; + powerOnBoot = true; + settings = { + General = { + Experimental = true; + }; + }; + }; + }; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];