all repos — nixfiles @ 07cf1b88e2b555ba4b8417d02fd0eb797508c1aa

System and user configuration, managed by nix and home-manager

update flake inputs

Alan Pearce
commit

07cf1b88e2b555ba4b8417d02fd0eb797508c1aa

parent

a1b286b387fe9dcb9a0dd27d62c7709d005bcead

1 file changed, 5 insertions(+), 5 deletions(-)

changed files
M system/settings/hardware/bluetooth-audio.nixsystem/settings/hardware/bluetooth-audio.nix
@@ -6,10 +6,10 @@ hardware = {
bluetooth = { package = pkgs.bluezFull; }; - pulseaudio = { - extraModules = with pkgs; [ - pulseaudio-modules-bt - ]; - }; + }; + services.pulseaudio = { + extraModules = with pkgs; [ + pulseaudio-modules-bt + ]; }; }