From 079647b843a1723ad514ffcb272f7435b7437251 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sun, 18 Feb 2024 00:41:53 -0600 Subject: [PATCH] remove welcome to nixos getty line --- hosts/othalan/system.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/othalan/system.nix b/hosts/othalan/system.nix index 0a36bd9..5205e3f 100644 --- a/hosts/othalan/system.nix +++ b/hosts/othalan/system.nix @@ -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"