mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21:34 +01:00
tuigreet: Add todo
This commit is contained in:
parent
3d621c280f
commit
0fa3a9d0f3
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
|
warnings = lib.optional (
|
||||||
|
config.services.greetd ? useTextGreeter
|
||||||
|
) "TODO: Replace tuigreet tty fix with `useTextGreeter` option";
|
||||||
|
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue