nixos/plasma5: default runUsingSystemd to on

Upstream switched as of 5.25
This commit is contained in:
K900 2022-07-31 10:40:05 +03:00 committed by Peter Hoeg
parent 5cc12aa8cb
commit d68ba1d746

View file

@ -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 {