From 4ac043c2850bc31a6d1020c0d3ba20da1ad75609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 8 Nov 2022 23:12:27 +0100 Subject: nixos/desktop: load zeroconf-discover module for pipewire --- nixos/modules/desktop.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix index 4065003..11236f4 100644 --- a/nixos/modules/desktop.nix +++ b/nixos/modules/desktop.nix @@ -46,7 +46,7 @@ in { kanshi wdisplays wayvnc wl-mirror slurp grim - pipewire wf-recorder + wf-recorder wl-clipboard wl-color-picker swayidle dunst @@ -141,6 +141,11 @@ in { alsa.enable = true; alsa.support32Bit = true; pulse.enable = true; + config.pipewire = { + context.modules = [ + { name = "libpipewire-module-zeroconf-discover"; } + ]; + }; }; security.rtkit.enable = true; -- cgit v1.2.3