14 lines
382 B
Nix
14 lines
382 B
Nix
# --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. ---
|
|
{ lib, config, pkgs, ... }:
|
|
|
|
{
|
|
############################
|
|
# Audio system
|
|
############################
|
|
environment.systemPackages = with pkgs; [
|
|
pulseaudio # PulseAudio daemon
|
|
pavucontrol # GUI mixer
|
|
pamixer # CLI mixer
|
|
];
|
|
}
|