mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 15:11: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 {
|
||||
warnings = lib.optional (
|
||||
config.services.greetd ? useTextGreeter
|
||||
) "TODO: Replace tuigreet tty fix with `useTextGreeter` option";
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue