system76-scheduler: don't enable unconditionally

Oops :(
This commit is contained in:
Michael Livshin 2023-05-03 10:32:27 +03:00
parent abc97d3572
commit 11b851718e

View file

@ -226,7 +226,7 @@ in {
};
};
config = {
config = mkIf cfg.enable {
environment.systemPackages = [ cfg.package ];
services.dbus.packages = [ cfg.package ];