index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
hardware
/
bluetooth.nix
blob: 1b6e38b866001a2ed8021471aa4c883f052086ba (
plain
) (
blame
)
1
2
3
4
5
6
{
hardware
.
bluetooth
=
{
enable
=
true
;
powerOnBoot
=
true
;
};
}