system76-scheduler: don't enable unconditionally
Oops :(
This commit is contained in:
parent
abc97d3572
commit
11b851718e
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
services.dbus.packages = [ cfg.package ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue