1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Add bluetooth

This commit is contained in:
RGBCube 2023-05-10 20:25:48 +03:00
parent adc538cef8
commit 537deded95
2 changed files with 6 additions and 0 deletions

View file

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

View file

@ -2,6 +2,7 @@
{ {
imports = [ imports = [
./bluetooth.nix
./boot.nix ./boot.nix
./filesystem.nix ./filesystem.nix
./localisation.nix ./localisation.nix