greetd.nix: fix session escaping

This commit is contained in:
Charlie Root 2025-04-06 22:09:09 +02:00
commit ed5b7c4625
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -37,12 +37,12 @@ in {
settings.default_session = {
command = ''
${pkgs.greetd.tuigreet}/bin/tuigreet \
-c '${cfg.session}' \
-c \"${cfg.session}\" \
-r
-t --time-format "DD.MM.YYYY"
--asteriks'';
};
vt = 1;
vt = 7;
};
};
}