Print a message at login

This commit is contained in:
Rodrigo Arias 2024-09-18 16:34:17 +02:00
parent f8cce17fc2
commit 507f70cf55

View File

@ -37,4 +37,23 @@
#environment.systemPackages = with pkgs; [ vim gdb neofetch gcc bintools ];
#environment.systemPackages = with pkgs; [ rvb riscv-tools ];
services.getty.helpLine = ''
__________________
< Welcome to NixOS >
------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
If you can read this message then then you have
successfully booted NixOS into the login shell.
'';
}