Compare commits

..

3 commits

2 changed files with 10 additions and 4 deletions

View file

@ -76,6 +76,7 @@ let
vlc
#amarok
clementine
elisa
youtube-dl
#sonic-pi
musescore
@ -83,7 +84,6 @@ let
avidemux
#linphone
soundkonverter
gpodder
];
cliApps = [

View file

@ -120,9 +120,15 @@ in
# Enable sound.
sound.enable = true;
hardware.pulseaudio.enable = true;
# decouple pulseaudio application and sink volumes
hardware.pulseaudio.daemon.config = { flat-volumes = "no"; };
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;
};
# Bluetooth
hardware.bluetooth = {