bluetooth

This commit is contained in:
Odweta
2026-01-11 19:35:44 +01:00
parent af6e324602
commit 7d2a4e908b
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
# Enable Bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = false;
}
+1
View File
@@ -16,6 +16,7 @@
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./audio.nix ./audio.nix
./bluetooth.nix
./boot.nix ./boot.nix
./display-manager.nix ./display-manager.nix
./env-vars.nix ./env-vars.nix