This commit is contained in:
JumpIn-Git 2025-10-29 13:43:23 +08:00 committed by GitHub
commit c2f78193cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,6 +100,9 @@ in {
xdg.configFile = {
"mango/config.conf" = lib.mkIf (cfg.settings != "") {
text = cfg.settings;
onChange = ''
${cfg.package}/bin/mmsg -d reload_config
'';
};
"mango/autostart.sh" = lib.mkIf (cfg.autostart_sh != "") {
source = autostart_sh;