Nushell: fix config
This commit is contained in:
parent
442734289b
commit
e42191a53f
1 changed files with 5 additions and 5 deletions
|
|
@ -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 = "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue