add bluetooth
This commit is contained in:
parent
2ee20a2698
commit
0ee46291e8
3 changed files with 9 additions and 0 deletions
7
nixos/common/bluetooth.nix
Normal file
7
nixos/common/bluetooth.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }: {
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue