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/gaming.nix | 2 +- system/settings/hardware/bluetooth-audio.nix | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'system/settings') diff --git a/system/settings/gaming.nix b/system/settings/gaming.nix index d11d5a3c..2ba1fb33 100644 --- a/system/settings/gaming.nix +++ b/system/settings/gaming.nix @@ -23,7 +23,7 @@ enable = true; enable32Bit = true; }; - hardware.pulseaudio.support32Bit = true; + services.pulseaudio.support32Bit = true; services.pipewire.alsa.support32Bit = true; systemd = { 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