disable pulseaudio flat-volumes

This commit is contained in:
Trolli Schmittlauch 2019-10-02 22:26:15 +02:00
parent 9686e92320
commit 899f6cfbc2

View file

@ -117,6 +117,8 @@ in {
# Enable sound. # Enable sound.
sound.enable = true; sound.enable = true;
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;
# decouple pulseaudio application and sink volumes
hardware.pulseaudio.daemon.config = {flat-volumes = "no";};
# Bluetooth # Bluetooth
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
@ -181,6 +183,9 @@ in {
# use all cores for building # use all cores for building
nix.buildCores = 0; nix.buildCores = 0;
# package debugging
programs.sysdig.enable = true;
# This value determines the NixOS release with which your system is to be # This value determines the NixOS release with which your system is to be
# compatible, in order to avoid breaking some software such as database # compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you # servers. You should change this only after NixOS release notes say you