diff options
Diffstat (limited to 'configs/pulse.nix')
-rw-r--r-- | configs/pulse.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pulse.nix b/configs/pulse.nix index 9c317ae..815c309 100644 --- a/configs/pulse.nix +++ b/configs/pulse.nix @@ -75,7 +75,7 @@ in ]; }; - hardware.pulseaudio = { + services.pulseaudio = { inherit support32Bit; }; |