audio: fix eval

This commit is contained in:
Sandro - 2023-12-19 21:25:14 +01:00
parent 3236ad71ac
commit ffdf2baa39
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ in
};
# TODO: rebuild using programs.dconf.profiles, see https://github.com/NixOS/nixpkgs/pull/234615
system.userActivationScripts.enableZeroconfDiscover.text = lib.mkIf config.services.xserver.enable ''
system.userActivationScripts.enableZeroconfDiscover = lib.mkIf config.services.xserver.enable ''
echo "[org/freedesktop/pulseaudio/module-groups/zeroconf-discover]
args0=''\''
enabled=true