summary refs log tree commit diff stats
path: root/system/settings/hardware/audio.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/audio.nix')
-rw-r--r--system/settings/hardware/audio.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/system/settings/hardware/audio.nix b/system/settings/hardware/audio.nix
index 036fb37d..823edaeb 100644
--- a/system/settings/hardware/audio.nix
+++ b/system/settings/hardware/audio.nix
@@ -1,6 +1,9 @@
-{ config, pkgs, ... }:
-
-{ services.pipewire = {
+{
+  config,
+  pkgs,
+  ...
+}: {
+  services.pipewire = {
     enable = true;
     audio.enable = true;
     alsa.enable = true;