Compare commits
3 commits
1e196f25ca
...
c7fe4e0b3c
Author | SHA1 | Date | |
---|---|---|---|
c7fe4e0b3c | |||
11cf4b248a | |||
fa82b06983 |
2 changed files with 10 additions and 4 deletions
|
@ -76,6 +76,7 @@ let
|
||||||
vlc
|
vlc
|
||||||
#amarok
|
#amarok
|
||||||
clementine
|
clementine
|
||||||
|
elisa
|
||||||
youtube-dl
|
youtube-dl
|
||||||
#sonic-pi
|
#sonic-pi
|
||||||
musescore
|
musescore
|
||||||
|
@ -83,7 +84,6 @@ let
|
||||||
avidemux
|
avidemux
|
||||||
#linphone
|
#linphone
|
||||||
soundkonverter
|
soundkonverter
|
||||||
gpodder
|
|
||||||
];
|
];
|
||||||
|
|
||||||
cliApps = [
|
cliApps = [
|
||||||
|
|
|
@ -120,9 +120,15 @@ in
|
||||||
|
|
||||||
# Enable sound.
|
# Enable sound.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
hardware.pulseaudio.enable = true;
|
hardware.pulseaudio = {
|
||||||
# decouple pulseaudio application and sink volumes
|
enable = true;
|
||||||
hardware.pulseaudio.daemon.config = { flat-volumes = "no"; };
|
# decouple pulseaudio application and sink volumes
|
||||||
|
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