diff --git a/roles/kde/sddm.nix b/roles/kde/sddm.nix index 10afa13..1183ee4 100644 --- a/roles/kde/sddm.nix +++ b/roles/kde/sddm.nix @@ -52,12 +52,4 @@ in }; environment.systemPackages = [ sddm-sugar-candy customcfg ]; - /* - Sddm has a very annoying bug where it sometimes hangs at shutdown - if you use Plasma's wayland session. The bug is already fixed upstream, - but until it sddm gets updated on the repos this will do - */ - systemd.services.display-manager.serviceConfig = { - TimeoutStopSec = "5s"; - }; }