feat(tmux): use verbose subcommands for clarity

This commit is contained in:
Barrett Ruth 2026-02-14 22:32:51 -05:00
parent 8c873f7469
commit 58150fb99b
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 8 additions and 7 deletions

View file

@ -108,7 +108,7 @@ in
enable = true;
vt = 1;
settings.default_session = {
command = "${tuigreet} --time --asterisks --cmd '${lib.getExe config.users.users.barrett.shell} --login' --theme 'border=dark-gray;text=white;prompt=blue;time=dark-gray;action=dark-gray;button=blue;container=black;input=white'";
command = "${tuigreet} --time --asterisks --cmd 'sh -c \"exec $(getent passwd $(id -un) | cut -d: -f7) -l\"' --theme 'border=dark-gray;text=white;prompt=blue;time=dark-gray;action=dark-gray;button=blue;container=black;input=white'";
user = "greeter";
};
};