all repos — nixfiles @ 215ad38f56fd49904c20af0d38233fc61d4d51ba

System and user configuration, managed by nix and home-manager

audio: remove broken pipecontrol package

Alan Pearce
commit

215ad38f56fd49904c20af0d38233fc61d4d51ba

parent

28e7bf3f6abe55dcbb5de90e57a8ff6b2f9ad048

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M system/settings/hardware/audio.nixsystem/settings/hardware/audio.nix
@@ -13,6 +13,5 @@ sound.enable = true;
environment.systemPackages = with pkgs; [ pamixer - pipecontrol ]; }