Added pavu & alsa tools

This commit is contained in:
soraefir 2024-08-11 11:37:19 +02:00
parent c8fe860b6e
commit 0b25204147
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -13,6 +13,6 @@ in {
# wireplumber.enable = true;
};
environment.systemPackages = with pkgs; [ easyeffects ];
environment.systemPackages = with pkgs; [ easyeffects alsa-utils ];
};
}