diff --git a/nix/homeModules/common/nushell.nix b/nix/homeModules/common/nushell.nix index ab907c06..306bb6d9 100644 --- a/nix/homeModules/common/nushell.nix +++ b/nix/homeModules/common/nushell.nix @@ -1,3 +1,9 @@ { home.shell.enableNushellIntegration = true; + + programs.nushell = { + configFile.text = '' + $env.config.show_banner = false + ''; + }; }