audio: automatically set dconf option

This commit is contained in:
Sandro - 2023-06-30 00:41:42 +02:00
parent 5555555913
commit 000000052b
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 8 additions and 0 deletions

View File

@ -55,5 +55,13 @@ in
}
];
};
system.userActivationScripts.enableZeroconfDiscover.text = ''
echo "[org/freedesktop/pulseaudio/module-groups/zeroconf-discover]
args0=\'\'
enabled=true
name0='module-zeroconf-discover'
" | ${pkgs.dconf}/bin/dconf load /
'';
};
}