Nushell: fix config

This commit is contained in:
Filippo Berto 2024-11-03 22:00:01 +01:00
parent 442734289b
commit e42191a53f
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

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