From af1d598cc8bf4ce480f34d9da4a9317f38724ddb Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 13 Jan 2026 22:43:56 +0300 Subject: [PATCH] nixos/profiles/graphical: use plasma-login-manager --- nixos/modules/profiles/graphical.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/profiles/graphical.nix b/nixos/modules/profiles/graphical.nix index d9065d20fe51..15ea08e6caae 100644 --- a/nixos/modules/profiles/graphical.nix +++ b/nixos/modules/profiles/graphical.nix @@ -10,7 +10,7 @@ }; services = { - displayManager.sddm.enable = true; + displayManager.plasma-login-manager.enable = true; libinput.enable = true; # for touchpad support on many laptops };