This commit is contained in:
alsaiduq-lab 2025-03-30 03:33:32 -06:00
parent 026d09a189
commit 8ed99daa24
7 changed files with 117 additions and 56 deletions

View file

@ -10,13 +10,11 @@
pulse.enable = true;
# If you want to use JACK applications, uncomment this
#jack.enable = true;
# use the example session manager (no others are packaged yet so this is enabled by default,
# no need to redefine it in your config for now)
#media-session.enable = true;
};
environment.systemPackages = with pkgs; [
cava
pulseaudio
ffmpeg
];
}