nixos/plasma5: default runUsingSystemd to on
Upstream switched as of 5.25
This commit is contained in:
parent
5cc12aa8cb
commit
d68ba1d746
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ in
|
|||
runUsingSystemd = mkOption {
|
||||
description = lib.mdDoc "Use systemd to manage the Plasma session";
|
||||
type = types.bool;
|
||||
default = false;
|
||||
default = true;
|
||||
};
|
||||
|
||||
excludePackages = mkOption {
|
||||
|
|
Loading…
Reference in a new issue