From f7d68d30dce7f7f18336d54ee9f2051de6bddf5f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 27 May 2024 20:49:04 +0100 Subject: [PATCH] Set greetd back to starting Sway by default Will keep niri installed and configured for testing, but can't move full time until I've figured out XWayland support --- configuration/desktop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/desktop.nix b/configuration/desktop.nix index 42e0c1ca..ebc17f30 100644 --- a/configuration/desktop.nix +++ b/configuration/desktop.nix @@ -86,7 +86,7 @@ greetd = { enable = true; settings = let - command = "niri --session"; + command = "sway"; in { initial_session = {inherit command;}; default_session = {inherit command;};