diff --git a/home/home.nix b/home/home.nix index 7360ae8..2027d8a 100644 --- a/home/home.nix +++ b/home/home.nix @@ -76,7 +76,6 @@ let vlc #amarok clementine - elisa youtube-dl #sonic-pi musescore @@ -84,6 +83,7 @@ let avidemux #linphone soundkonverter + gpodder ]; cliApps = [ diff --git a/nixos/configuration.nix b/nixos/configuration.nix index c8a2004..15dcc7b 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -120,15 +120,9 @@ in # Enable sound. sound.enable = true; - hardware.pulseaudio = { - enable = true; - # decouple pulseaudio application and sink volumes - daemon.config = { flat-volumes = "no"; }; - # C3D2 hq music - zeroconf.discovery.enable = true; - zeroconf.publish.enable = true; - }; - + hardware.pulseaudio.enable = true; + # decouple pulseaudio application and sink volumes + hardware.pulseaudio.daemon.config = { flat-volumes = "no"; }; # Bluetooth hardware.bluetooth = {