[Asahi] Enable bluetooth.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
d3fc787c4c
commit
fcd78675d9
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
|
||||
# Bluetooth.
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = false;
|
||||
services.blueman.enable = true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
# Allow unfree packages
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue