Compare commits
No commits in common. "c7fe4e0b3c44022130d21f5c24ee44ac5e6f15f0" and "1e196f25cac511937a74ad611d5ab1189aa39aaf" have entirely different histories.
c7fe4e0b3c
...
1e196f25ca
2 changed files with 4 additions and 10 deletions
|
@ -76,7 +76,6 @@ let
|
||||||
vlc
|
vlc
|
||||||
#amarok
|
#amarok
|
||||||
clementine
|
clementine
|
||||||
elisa
|
|
||||||
youtube-dl
|
youtube-dl
|
||||||
#sonic-pi
|
#sonic-pi
|
||||||
musescore
|
musescore
|
||||||
|
@ -84,6 +83,7 @@ let
|
||||||
avidemux
|
avidemux
|
||||||
#linphone
|
#linphone
|
||||||
soundkonverter
|
soundkonverter
|
||||||
|
gpodder
|
||||||
];
|
];
|
||||||
|
|
||||||
cliApps = [
|
cliApps = [
|
||||||
|
|
|
@ -120,15 +120,9 @@ in
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio = {
|
hardware.pulseaudio.enable = true;
|
||||||
enable = true;
|
# decouple pulseaudio application and sink volumes
|
||||||
# decouple pulseaudio application and sink volumes
|
hardware.pulseaudio.daemon.config = { flat-volumes = "no"; };
|
||||||
daemon.config = { flat-volumes = "no"; };
|
|
||||||
# C3D2 hq music
|
|
||||||
zeroconf.discovery.enable = true;
|
|
||||||
zeroconf.publish.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
hardware.bluetooth = {
|
hardware.bluetooth = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue