fix(xdg) dont create dirs

This commit is contained in:
Barrett Ruth 2026-02-14 22:43:06 -05:00
parent 2ab886b3d4
commit 3f403a7de9
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 8 additions and 14 deletions

View file

@ -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";
};
};