From fa82b0698324947c536339c90b224a33897f2070 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Sun, 3 Oct 2021 20:46:32 +0200 Subject: [PATCH 1/3] enable Pulseaudio zeroconf for network music playing --- nixos/configuration.nix | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 15dcc7b..c8a2004 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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 = { From 11cf4b248a6f1cbae8d382dd94ef5040bebb434a Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 7 Oct 2021 23:35:52 +0200 Subject: [PATCH 2/3] install Elisa into user profile for better Qt/QML integration, evaluate it as a Clementine replacement --- home/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home.nix b/home/home.nix index 2027d8a..2456771 100644 --- a/home/home.nix +++ b/home/home.nix @@ -76,6 +76,7 @@ let vlc #amarok clementine + elisa youtube-dl #sonic-pi musescore From c7fe4e0b3c44022130d21f5c24ee44ac5e6f15f0 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Thu, 7 Oct 2021 23:36:43 +0200 Subject: [PATCH 3/3] gPodder not needed anymore --- home/home.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 2456771..7360ae8 100644 --- a/home/home.nix +++ b/home/home.nix @@ -84,7 +84,6 @@ let avidemux #linphone soundkonverter - gpodder ]; cliApps = [