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 {
# start sway if login happens
environment.interactiveShellInit = ''
if test `tty` = /dev/tty1; then
exec sway
fi
'';
services.displayManager.lemurs = {
enable = true;
settings.environment_switcher.include_tty_shell = true;
};
};
}