extra/sound: fix noisetorch with pipewire

This commit is contained in:
Felix Buehler 2021-08-10 18:02:39 +02:00
parent dfa09159cd
commit e959b30393

View file

@ -1,5 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let
unstable = import <nixos-unstable> { config = { allowUnfree = true; }; };
in
{ {
sound.enable = true; sound.enable = true;
#hardware.pulseaudio.enable = true; #hardware.pulseaudio.enable = true;
@ -17,7 +19,7 @@
programs.noisetorch.enable = true; programs.noisetorch.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
noisetorch unstable.noisetorch
pavucontrol pavucontrol
playerctl playerctl
pulseaudio # provide pactl to enable keyboard shortcuts pulseaudio # provide pactl to enable keyboard shortcuts