Gitiles
Code Review
Sign In
git.clicks.codes
/
Chimera
/
NixFiles
/
1bf9e19f969d7da7ec6ec99cbae7eaeb3df3f513
/
.
/
modules
/
nixos
/
bluetooth
/
default.nix
blob: 19b603d309926dd6ad02d11c1b41c5089cdcf5d8 [
file
] [
log
] [
blame
]
{
...
}:
{
hardware
.
bluetooth
.
enable
=
true
;
hardware
.
bluetooth
.
powerOnBoot
=
true
;
}