remove welcome to nixos getty line

This commit is contained in:
Daylin Morgan 2024-02-18 00:41:53 -06:00
parent 54552f1e44
commit 079647b843
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 4 deletions

View File

@ -28,15 +28,13 @@
pamixer
];
services.getty.greetingLine =
''<<< Welcome to NixOS ${config.system.nixos.label} (\m) - \l >>>\n''
+ mkRune {
services.getty.greetingLine = mkRune {
rune = "othalan";
runeKind = "ascii";
};
# + inputs.self.nixosModules.runes.othalan.ascii;
# catppuccin/tty
# catppuccin/tty move to "module"
boot.kernelParams = [
"vt.default_red=30,243,166,249,137,245,148,186,88,243,166,249,137,245,148,166"
"vt.default_grn=30,139,227,226,180,194,226,194,91,139,227,226,180,194,226,173"