make audio_video a folder

This commit is contained in:
Ranomier 2025-04-15 18:04:50 +02:00
parent dee6a979f2
commit 1c465fd393
4 changed files with 74 additions and 62 deletions

View file

@ -0,0 +1,30 @@
{pkgs, ...}: {
# Enable sound with pipewire
hardware.pulseaudio.enable = false;
security.rtkit.enable = true;
services.pipewire = {
enable = true;
# If you want to use JACK applications, uncomment this
jack.enable = true;
pulse.enable = true;
alsa = {
enable = true;
support32Bit = true;
};
};
environment.systemPackages = with pkgs; [
helvum
pwvucontrol
lxqt.pavucontrol-qt
qpwgraph
easyeffects
non
roc-toolkit
];
}