nushell: disable banner

This commit is contained in:
Primrose 2025-06-04 13:21:33 +02:00
parent 9b74f8f858
commit b797e6a1c6
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,3 +1,9 @@
{ {
home.shell.enableNushellIntegration = true; home.shell.enableNushellIntegration = true;
programs.nushell = {
configFile.text = ''
$env.config.show_banner = false
'';
};
} }