Commit af1d598c authored by K900's avatar K900
Browse files

nixos/profiles/graphical: use plasma-login-manager

parent ff110816
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  };

  services = {
    displayManager.sddm.enable = true;
    displayManager.plasma-login-manager.enable = true;
    libinput.enable = true; # for touchpad support on many laptops
  };