diff --git a/configuration.nix b/configuration.nix index 0110598..9d5c20b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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. + + + ''; }