added bluetooth
This commit is contained in:
parent
b77d2f7b96
commit
d157c512dd
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue