summary refs log tree commit diff stats
path: root/system/settings/hardware
diff options
context:
space:
mode:
authorAlan Pearce2025-01-24 19:42:33 +0100
committerAlan Pearce2025-01-24 19:42:33 +0100
commit07cf1b88e2b555ba4b8417d02fd0eb797508c1aa (patch)
tree1ba7086e787c4dd97f221cd7247503cb5fb2d968 /system/settings/hardware
parenta1b286b387fe9dcb9a0dd27d62c7709d005bcead (diff)
downloadnixfiles-07cf1b88e2b555ba4b8417d02fd0eb797508c1aa.tar.lz
nixfiles-07cf1b88e2b555ba4b8417d02fd0eb797508c1aa.tar.zst
nixfiles-07cf1b88e2b555ba4b8417d02fd0eb797508c1aa.zip
update flake inputs
Diffstat (limited to 'system/settings/hardware')
-rw-r--r--system/settings/hardware/bluetooth-audio.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/settings/hardware/bluetooth-audio.nix b/system/settings/hardware/bluetooth-audio.nix
index d368cb29..29a38acf 100644
--- a/system/settings/hardware/bluetooth-audio.nix
+++ b/system/settings/hardware/bluetooth-audio.nix
@@ -6,10 +6,10 @@
     bluetooth = {
       package = pkgs.bluezFull;
     };
-    pulseaudio = {
-      extraModules = with pkgs; [
-        pulseaudio-modules-bt
-      ];
-    };
+  };
+  services.pulseaudio = {
+    extraModules = with pkgs; [
+      pulseaudio-modules-bt
+    ];
   };
 }