diff options
author | Alan Pearce | 2023-04-30 18:38:37 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-30 18:39:11 +0200 |
commit | 215ad38f56fd49904c20af0d38233fc61d4d51ba (patch) | |
tree | f85a5b78e2c1a2cfd0cd57182a20b35df92f8051 /system/settings/hardware | |
parent | 28e7bf3f6abe55dcbb5de90e57a8ff6b2f9ad048 (diff) | |
download | nixfiles-215ad38f56fd49904c20af0d38233fc61d4d51ba.tar.lz nixfiles-215ad38f56fd49904c20af0d38233fc61d4d51ba.tar.zst nixfiles-215ad38f56fd49904c20af0d38233fc61d4d51ba.zip |
audio: remove broken pipecontrol package
Diffstat (limited to 'system/settings/hardware')
-rw-r--r-- | system/settings/hardware/audio.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/settings/hardware/audio.nix b/system/settings/hardware/audio.nix index 57055942..0afb38bb 100644 --- a/system/settings/hardware/audio.nix +++ b/system/settings/hardware/audio.nix @@ -13,6 +13,5 @@ environment.systemPackages = with pkgs; [ pamixer - pipecontrol ]; } |