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 = { programs.nushell = {
enable = true; enable = true;
configFile.text = '' # configFile.text = ''
let-env config = { # let-env config = {
show_banner: false # show_banner: false
} # }
''; # '';
envFile.text = ""; envFile.text = "";
}; };
} }