Add bluetooth

This commit is contained in:
Florian RICHER 2024-02-19 20:24:19 +01:00
parent 012b7b1ff0
commit 4faee020ce
3 changed files with 7 additions and 0 deletions

5
modules/bluetooth.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
hardware.bluetooth.enable = true;
}