From 07cf1b88e2b555ba4b8417d02fd0eb797508c1aa Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 24 Jan 2025 19:42:33 +0100 Subject: update flake inputs --- system/settings/hardware/bluetooth-audio.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'system/settings/hardware') 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 + ]; }; } -- cgit 1.4.1