profile/sway/autostart: use lemurs

This commit is contained in:
Felix Buehler 2025-12-27 18:12:32 +01:00
parent 04bc5181ff
commit 72cd115d77

View file

@ -8,12 +8,9 @@ in
}; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
services.displayManager.lemurs = {
# start sway if login happens enable = true;
environment.interactiveShellInit = '' settings.environment_switcher.include_tty_shell = true;
if test `tty` = /dev/tty1; then };
exec sway
fi
'';
}; };
} }