Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/pulseaudio: make daemon.conf configurable #20888

Merged
merged 1 commit into from
Jan 14, 2017

Commits on Jan 14, 2017

  1. nixos/pulseaudio: make daemon.conf configurable

    This adds pulseaudio.daemon.config, which is a set of keys to values
    which are directly translated to keys and values of pulseaudio's
    daemon.conf, e. g.
    
        hardware.pulseaudio.daemon.config = { flat-volumes = "no"; }
    
    becomes
    
        flat-volumes=no
    
    in pulse/daemon.conf.
    sternenseemann committed Jan 14, 2017
    Configuration menu
    Copy the full SHA
    459afcd View commit details
    Browse the repository at this point in the history