dotfiles/home/modules/nushell.nix
2024-11-20 18:57:43 -06:00

8 lines
125 B
Nix
Executable file

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