Nushell: fix custom aliases

This commit is contained in:
Filippo Berto 2025-08-21 13:55:01 +02:00
parent a6ccf64937
commit 4fe3cd913b
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 19 additions and 18 deletions

View file

@ -1,11 +1,9 @@
{
programs.nushell = {
enable = true;
# configFile.text = ''
# let-env config = {
# show_banner: false
# }
# '';
extraConfig = ''
$env.config.show_banner = false
'';
envFile.text = "";
};
}