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;