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 };