add bluetooth

This commit is contained in:
insects 2024-08-13 13:08:35 +02:00
parent 2ee20a2698
commit 0ee46291e8
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ ... }: {
hardware.bluetooth = {
enable = true;
};
services.blueman.enable = true;
}