greetd.nix: fix session escaping
This commit is contained in:
parent
596d699abc
commit
ed5b7c4625
1 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ in {
|
||||||
settings.default_session = {
|
settings.default_session = {
|
||||||
command = ''
|
command = ''
|
||||||
${pkgs.greetd.tuigreet}/bin/tuigreet \
|
${pkgs.greetd.tuigreet}/bin/tuigreet \
|
||||||
-c '${cfg.session}' \
|
-c \"${cfg.session}\" \
|
||||||
-r
|
-r
|
||||||
-t --time-format "DD.MM.YYYY"
|
-t --time-format "DD.MM.YYYY"
|
||||||
--asteriks'';
|
--asteriks'';
|
||||||
};
|
};
|
||||||
vt = 1;
|
vt = 7;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue