mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
9 lines
150 B
Nix
9 lines
150 B
Nix
{
|
|
home.shell.enableNushellIntegration = true;
|
|
|
|
programs.nushell = {
|
|
configFile.text = ''
|
|
$env.config.show_banner = false
|
|
'';
|
|
};
|
|
}
|