fix(tuigreet): launch zsh login shell on login
This commit is contained in:
parent
e8cda9b27f
commit
784108a45f
2 changed files with 3 additions and 6 deletions
|
|
@ -108,7 +108,7 @@ in
|
|||
enable = true;
|
||||
vt = 1;
|
||||
settings.default_session = {
|
||||
command = "${tuigreet} --time --asterisks --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 '${pkgs.zsh}/bin/zsh --login' --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