From d68ba1d746e668865254f03cc4f629d0d1a15f66 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 31 Jul 2022 10:40:05 +0300 Subject: nixos/plasma5: default runUsingSystemd to on Upstream switched as of 5.25 --- nixos/modules/services/x11/desktop-managers/plasma5.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/x11/desktop-managers/plasma5.nix b/nixos/modules/services/x11/desktop-managers/plasma5.nix index 5c39de0dde744..2c4b0b8f3ba35 100644 --- a/nixos/modules/services/x11/desktop-managers/plasma5.nix +++ b/nixos/modules/services/x11/desktop-managers/plasma5.nix @@ -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 { -- cgit 1.4.1