added bluetooth

This commit is contained in:
Polen 2024-08-28 09:37:01 -04:00
parent b77d2f7b96
commit d157c512dd

View file

@ -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;