index
:
nixos-config
master
Configuration for NixOS using flakes and home-manager
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nixos
/
bluetooth.nix
blob: 52786154033dfc5f28624a4af5b15e9623df59ce (
plain
) (
blame
)
1
2
3
4
{
hardware
.
bluetooth
.
enable =
true
;
hardware
.
bluetooth
.
powerOnBoot =
true
;
}