mako: Fix missing dbus service file (#7065)

This commit is contained in:
Rosario Pulella 2025-05-15 14:28:43 -04:00 committed by GitHub
parent c09ccd7d39
commit c310818dca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -196,6 +196,8 @@ in
home.packages = [ cfg.package ];
dbus.packages = [ cfg.package ];
xdg.configFile."mako/config" = mkIf (cfg.settings != { } || cfg.criteria != { }) {
onChange = "${cfg.package}/bin/makoctl reload || true";
text =