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 = {
|
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 = "";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue