From e959b30393c69418560122f1c62b3469dbfe903b Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Tue, 10 Aug 2021 18:02:39 +0200 Subject: [PATCH] extra/sound: fix noisetorch with pipewire --- extra/sound.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/extra/sound.nix b/extra/sound.nix index eec8fd1..8a730f7 100644 --- a/extra/sound.nix +++ b/extra/sound.nix @@ -1,5 +1,7 @@ { config, pkgs, ... }: - +let + unstable = import { config = { allowUnfree = true; }; }; +in { sound.enable = true; #hardware.pulseaudio.enable = true; @@ -17,7 +19,7 @@ programs.noisetorch.enable = true; environment.systemPackages = with pkgs; [ - noisetorch + unstable.noisetorch pavucontrol playerctl pulseaudio # provide pactl to enable keyboard shortcuts