nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.15k stars 65 forks source link

How to remove welcome message #318

Closed Greenarrow4245 closed 1 month ago

Greenarrow4245 commented 5 months ago

Welcome to Nix-on-Droid! If nothing works, open an issue at https://github.com/t184256/nix-on-droid/issues or try the rescue shell.

This one

Gerschtli commented 5 months ago

environment.motd = null is what you are looking for :)

Greenarrow4245 commented 5 months ago

environment.motd = null is what you are looking for :)

Where it is I'm kinda new to the nix file system

Gerschtli commented 5 months ago

You need to set it in your ~/.config/nixpkgs/nix-on-droid.nix config file and apply it with nix-on-droid switch

t184256 commented 1 month ago

Answered above.