KDE: Difference between revisions

Don't need ddcutil in system packages
Phobos (talk | contribs)
m removed sddm, replaced with plm
Line 7: Line 7:
{{file|3={
{{file|3={
   # Enable Plasma  
   # Enable Plasma  
   services.desktopManager.plasma6.enable = true;
   services = {
    desktopManager.plasma6.enable = true;


   # Default display manager for Plasma
   # Default display manager for Plasma
  services.displayManager.sddm = {
    displayManager.plasma-login-manager.enable = true;
    enable = true;
 
  # To use Wayland (Experimental for SDDM)
    wayland.enable = true;
  };


   # Optionally enable xserver
   # Optionally enable xserver
   services.xserver.enable = true;
   # xserver.enable = true;
}|name=configuration.nix|lang=nix}}{{Warning|[[SDDM]] is no longer supported on the unstable branch, users on unstable should use [[Plasma Login Manager]] instead. See configuration options on the Plasma Login Manager page.}}
  };
 
}|name=configuration.nix|lang=nix}}
== Configuration ==
== Configuration ==