From d9667653e7e369a53b45e2738ade6b4556ca14fa Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 31 Jan 2024 16:29:27 +0000 Subject: [PATCH] docs: sway: point out that one can launch sway directly from a TTY --- hosts/modules/gui/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/modules/gui/sway/default.nix b/hosts/modules/gui/sway/default.nix index 4b876b42..a3590b03 100644 --- a/hosts/modules/gui/sway/default.nix +++ b/hosts/modules/gui/sway/default.nix @@ -59,6 +59,7 @@ in description = '' launch sway via a greeter (like greetd's gtkgreet). sway is usable without a greeter, but skipping the greeter means no PAM session. + alternatively, one may launch it directly from a TTY, which does get a PAM session. ''; default = true; type = types.bool;