Regenerated
This commit is contained in:
@@ -1,16 +1,27 @@
|
||||
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
||||
{ lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
############################
|
||||
# Audio system
|
||||
############################
|
||||
|
||||
# Disable PulseAudio (PipeWire replaces it)
|
||||
hardware.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true; # PulseAudio compatibility layer
|
||||
jack.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pulseaudio # PulseAudio daemon
|
||||
pavucontrol # GUI mixer
|
||||
pamixer # CLI mixer
|
||||
playerctl # Player controls
|
||||
alsa-utils # Sound utils
|
||||
inxi
|
||||
alsa-utils # aplay, amixer etc.
|
||||
pwvucontrol # PipeWire volume control (optional but useful)
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user