Commit d68ba1d7 authored by K900's avatar K900 Committed by Peter Hoeg
Browse files

nixos/plasma5: default runUsingSystemd to on

Upstream switched as of 5.25
parent 5cc12aa8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {