Print a message at login
This commit is contained in:
parent
f8cce17fc2
commit
507f70cf55
@ -37,4 +37,23 @@
|
|||||||
|
|
||||||
#environment.systemPackages = with pkgs; [ vim gdb neofetch gcc bintools ];
|
#environment.systemPackages = with pkgs; [ vim gdb neofetch gcc bintools ];
|
||||||
#environment.systemPackages = with pkgs; [ rvb riscv-tools ];
|
#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.
|
||||||
|
|
||||||
|
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user