inputplumber: fix config files not linked by default (#522249)

This commit is contained in:
K900
2026-08-04 18:02:35 +00:00
committed by GitHub
@@ -16,6 +16,7 @@ in
config = lib.mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
environment.pathsToLink = [ "/share/inputplumber" ];
systemd.services.inputplumber = {
description = "InputPlumber Service";