fix: enable bluetooth
This commit is contained in:
parent
0a6bf2eafe
commit
fcd502ea86
1 changed files with 8 additions and 0 deletions
|
|
@ -79,6 +79,13 @@
|
|||
enable32Bit = true;
|
||||
};
|
||||
|
||||
hardware = {
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
|
|
@ -269,6 +276,7 @@
|
|||
wayland.enable = true;
|
||||
};
|
||||
flatpak.enable = true;
|
||||
blueman.enable = true;
|
||||
};
|
||||
|
||||
systemd = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue