fix easyeffects hanging shutdown

This commit is contained in:
2025-07-18 00:04:03 -07:00
parent ff36737bae
commit ab4bb5da86

View File

@@ -118,4 +118,6 @@
package = pkgs.easyeffects; package = pkgs.easyeffects;
preset = "framework"; preset = "framework";
}; };
systemd.user.services.easyeffects.Service.TimeoutStopSec = 1;
} }