fix(xdg) dont create dirs
This commit is contained in:
parent
2ab886b3d4
commit
3f403a7de9
2 changed files with 8 additions and 14 deletions
|
|
@ -110,7 +110,7 @@ in
|
|||
services.greetd = {
|
||||
enable = true;
|
||||
settings.default_session = {
|
||||
command = "${tuigreet} --time --asterisks --cmd ${loginShell} --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 ${loginShell}";
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue