Add tuigreet in place of direct login to sway, fix startup issue with mpd calling nfs mount before existing network

This commit is contained in:
Jimbo 2024-12-04 00:46:02 -05:00
parent b3d9d2f396
commit ac4da6559d
4 changed files with 3 additions and 4 deletions

View file

@ -8,7 +8,7 @@
vt = 2;
switch = true;
};
default_session.command = "${pkgs.cage}/bin/cage -d -m last ${pkgs.greetd.gtkgreet}/bin/gtkgreet";
default_session.command = "${pkgs.greetd.tuigreet}/bin/tuigreet";
};
};