From 601b954abe6949c0213ee4f98e48df5cb4d6bd53 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 16 Jan 2025 14:11:00 -0500 Subject: [PATCH] vendored/steam: hardware.pulseaudio -> services.pulseaudio --- modules/vendored/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vendored/steam.nix b/modules/vendored/steam.nix index 4a73bb3..6d419ef 100644 --- a/modules/vendored/steam.nix +++ b/modules/vendored/steam.nix @@ -204,7 +204,7 @@ in services.displayManager.sessionPackages = lib.mkIf cfg.gamescopeSession.enable [ gamescopeSessionFile ]; # optionally enable 32bit pulseaudio support if pulseaudio is enabled - hardware.pulseaudio.support32Bit = config.hardware.pulseaudio.enable; + services.pulseaudio.support32Bit = config.services.pulseaudio.enable; hardware.steam-hardware.enable = true;