diff --git a/modules/nixos/plasma.nix b/modules/nixos/plasma.nix index 09aa1ef..d1c121f 100644 --- a/modules/nixos/plasma.nix +++ b/modules/nixos/plasma.nix @@ -11,6 +11,7 @@ config = lib.mkIf config.crony.plasma.enable { # Enable the KDE Plasma Desktop Environment. services.displayManager.sddm.enable = true; + services.displayManager.sddm.wayland.enable = true; services.desktopManager.plasma6.enable = true; environment.plasma6.excludePackages = with pkgs.kdePackages; [ plasma-browser-integration