.files/nix/homeModules/common/nushell.nix

9 lines
150 B
Nix

{
home.shell.enableNushellIntegration = true;
programs.nushell = {
configFile.text = ''
$env.config.show_banner = false
'';
};
}