summary refs log tree commit diff stats
path: root/system/settings/hardware/bluetooth-audio.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/bluetooth-audio.nix')
-rw-r--r--system/settings/hardware/bluetooth-audio.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/system/settings/hardware/bluetooth-audio.nix b/system/settings/hardware/bluetooth-audio.nix
index 69f46984..26e3ca70 100644
--- a/system/settings/hardware/bluetooth-audio.nix
+++ b/system/settings/hardware/bluetooth-audio.nix
@@ -1,6 +1,8 @@
-{ config, pkgs, ... }:
-
 {
+  config,
+  pkgs,
+  ...
+}: {
   hardware = {
     bluetooth = {
       package = pkgs.bluezFull;