From d157c512dd17bf4a57ec8dc594b7f30181c088aa Mon Sep 17 00:00:00 2001 From: Polen Date: Wed, 28 Aug 2024 09:37:01 -0400 Subject: [PATCH] added bluetooth --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index fd8b947..7c20e7e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -9,6 +9,14 @@ ./hardware-configuration.nix ]; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + services.blueman.enable = true; + + virtualisation.waydroid.enable = true; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;