mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
remove welcome to nixos getty line
This commit is contained in:
parent
54552f1e44
commit
079647b843
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue