From 1c33a62bf974cea0f66d1edd583d9c805d761119 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 1 Feb 2025 13:45:30 +0100 Subject: [PATCH] Use wayland with sddm. --- modules/nixos/plasma.nix | 1 + 1 file changed, 1 insertion(+) 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