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