From 7e81f1b022328b311e969ea374f9b7f33ec219db Mon Sep 17 00:00:00 2001 From: NullBite Date: Mon, 22 Jan 2024 00:34:02 +0100 Subject: [PATCH] Make plasma wayland the default plasma session --- system/plasma.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/plasma.nix b/system/plasma.nix index c68855d..3b0374d 100644 --- a/system/plasma.nix +++ b/system/plasma.nix @@ -7,6 +7,7 @@ services.xserver.displayManager.sddm.enable = true; services.xserver.desktopManager.plasma5.enable = true; + services.xserver.displayManager.defaultSession = "plasmawayland"; programs.kdeconnect.enable = true; environment.systemPackages = with pkgs; [