mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-01-31 12:40:24 +00:00
fix(nixos): enable useTextGreeter in greetd to prevent boot messages interrupting TUI
This commit is contained in:
parent
6dac0d7b13
commit
28e3903c3e
1 changed files with 2 additions and 1 deletions
|
|
@ -9,5 +9,6 @@
|
||||||
user = "greeter";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
useTextGreeter = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue