feat(tmux): use verbose subcommands for clarity
This commit is contained in:
parent
8c873f7469
commit
58150fb99b
2 changed files with 8 additions and 7 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue