From 0297602e8b18cd5184a019c39945e8a0da571469 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:02:19 +0000 Subject: [PATCH 1/2] Initial plan From b292be9468d2ced3669dc1db26bf407807c9ae42 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:04:33 +0000 Subject: [PATCH 2/2] feat(greetd): add KDE Plasma 6 (Wayland) as a selectable session Co-authored-by: Multipixelone <5051116+Multipixelone@users.noreply.github.com> --- modules/greetd.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/greetd.nix b/modules/greetd.nix index bfcaf31e..eb68d91d 100644 --- a/modules/greetd.nix +++ b/modules/greetd.nix @@ -21,6 +21,7 @@ binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland"; prettyName = "Hyprland"; }; + services.desktopManager.plasma6.enable = true; services = { # seatd.enable = true; # kmscon = { @@ -49,7 +50,7 @@ }) (lib.mkIf (config.networking.hostName == "zelda") { default_session = { - command = "${tuigreet} --greeting \"hi finn :)\" --time --remember --remember-session --cmd '${hypr-cmd}'"; + command = "${tuigreet} --greeting \"hi finn :)\" --time --remember --remember-session --sessions /run/current-system/sw/share/wayland-sessions"; user = "greeter"; }; })