{
programs.nushell = {
enable = true;
configFile.text = ''
$env.config = {show_banner: false}
'';
shellAliases = {
y = "yy";
lg = "lazygit";
};
}