From 899f6cfbc2454197a615454476acb961a13376b7 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 2 Oct 2019 22:26:15 +0200 Subject: [PATCH] disable pulseaudio flat-volumes --- nixos/configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 77f4a02..1a288d8 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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