dotfiles/home-manager/modules/nushell.nix
2024-10-06 15:25:05 -05:00

8 lines
125 B
Nix
Executable file

{
programs.nushell = {
enable = true;
configFile.text = ''
$env.config = {show_banner: false}
'';
};
}