forked from autowolf/nix
add bluetooth support
This commit is contained in:
parent
5dfb68916f
commit
fdb5a035dd
1 changed files with 5 additions and 0 deletions
|
|
@ -136,6 +136,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
};
|
||||||
|
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enable32Bit = true;
|
enable32Bit = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue