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
This commit is contained in:
Evie Litherland-Smith 2024-05-27 20:49:04 +01:00
parent eaf256511d
commit f7d68d30dc

View file

@ -86,7 +86,7 @@
greetd = {
enable = true;
settings = let
command = "niri --session";
command = "sway";
in {
initial_session = {inherit command;};
default_session = {inherit command;};