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:
parent
eaf256511d
commit
f7d68d30dc
|
@ -86,7 +86,7 @@
|
||||||
greetd = {
|
greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = let
|
settings = let
|
||||||
command = "niri --session";
|
command = "sway";
|
||||||
in {
|
in {
|
||||||
initial_session = {inherit command;};
|
initial_session = {inherit command;};
|
||||||
default_session = {inherit command;};
|
default_session = {inherit command;};
|
||||||
|
|
Loading…
Reference in a new issue